GET /api/bet_types/8bd66862-aa2c-40ef-9577-a1dc50597b1d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8bd66862-aa2c-40ef-9577-a1dc50597b1d",
    "match": "https://api-prod.gambitprofit.com/api/matches/1226986c-47e0-41c5-b896-da07ec2522e5/?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": "TOR",
                "amount": 5313.0
            },
            {
                "team": "NYY",
                "amount": 4687.0
            }
        ],
        "expected_reward_tokens": 9138.36,
        "profit_sb": 138.36,
        "profit_sb_percentage": 1.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "12a41a3f-fd04-4ebc-abf0-e65d1dc1291c",
            "gambit_id": "4de51d14-6abf-4812-9f01-22e39b7b8a0c",
            "last_updated": "2022-08-21T12:52:08.999890-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR",
            "reward": "1.72000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bd66862-aa2c-40ef-9577-a1dc50597b1d/?format=api"
        },
        {
            "id": "e4693272-23dd-437f-9923-2bf12d4003b9",
            "gambit_id": "f3854cfa-65cb-47cf-ab3a-4d78796e7cc7",
            "last_updated": "2022-08-21T12:52:08.999408-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY",
            "reward": "1.95000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bd66862-aa2c-40ef-9577-a1dc50597b1d/?format=api"
        }
    ]
}