GET /api/bet_types/55b0b7e4-f004-492e-b703-980749b218f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "55b0b7e4-f004-492e-b703-980749b218f2",
    "match": "https://api-prod.gambitprofit.com/api/matches/7726a04a-b2a0-4423-a344-4b495cabd830/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "NYY",
                "amount": 5672.0
            },
            {
                "team": "PIT",
                "amount": 4328.0
            }
        ],
        "expected_reward_tokens": 9131.92,
        "profit_sb": 131.92,
        "profit_sb_percentage": 1.47,
        "recommended": true
    },
    "lines": [
        {
            "id": "48c7c9c8-ec82-4201-ba70-931a50df6511",
            "gambit_id": "83b733e4-cb01-4882-9cc9-f379fc35672e",
            "last_updated": "2022-09-21T16:22:00.178632-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY",
            "reward": "1.61000",
            "odds": "1.68970",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55b0b7e4-f004-492e-b703-980749b218f2/?format=api"
        },
        {
            "id": "c26771ae-963c-456a-9ee3-b74ad5039635",
            "gambit_id": "7900abb2-f555-4fbe-ad38-8aaab75d0db0",
            "last_updated": "2022-09-21T16:22:00.179663-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT",
            "reward": "2.11000",
            "odds": "2.25000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55b0b7e4-f004-492e-b703-980749b218f2/?format=api"
        }
    ]
}