GET /api/bet_types/4347acd7-8959-4313-8bc8-edafc1b2daa9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4347acd7-8959-4313-8bc8-edafc1b2daa9",
    "match": "https://api-prod.gambitprofit.com/api/matches/3588145b-df44-49ff-adc8-554413181bd4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-06T22:48:24.282976-04: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": "Baltimore Ravens",
                "amount": 7895.0
            },
            {
                "team": "Houston Texans",
                "amount": 2105.0
            }
        ],
        "expected_reward_tokens": 9472.5,
        "profit_sb": -27.5,
        "profit_sb_percentage": -0.29,
        "recommended": false
    },
    "lines": [
        {
            "id": "737e87d0-a58a-4515-83e7-d39bb302178c",
            "gambit_id": "230299ad-f94c-47ac-8b3d-c709ae431ea8",
            "last_updated": "2023-09-11T11:13:24.974401-04:00",
            "created_at": "2023-09-06T22:48:24.290280-04:00",
            "name": "Baltimore Ravens",
            "reward": "1.20000",
            "odds": "1.20830",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4347acd7-8959-4313-8bc8-edafc1b2daa9/?format=api"
        },
        {
            "id": "972605d9-67c5-4718-9edc-b2d569192912",
            "gambit_id": "d82e8088-a8fb-4517-ba17-60ec318833c0",
            "last_updated": "2023-09-11T11:13:24.971067-04:00",
            "created_at": "2023-09-06T22:48:24.286563-04:00",
            "name": "Houston Texans",
            "reward": "4.50000",
            "odds": "4.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4347acd7-8959-4313-8bc8-edafc1b2daa9/?format=api"
        }
    ]
}