GET /api/bet_types/fc4ee2d8-e5d4-4bdc-a582-2d568e73ea58/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fc4ee2d8-e5d4-4bdc-a582-2d568e73ea58",
    "match": "https://api-prod.gambitprofit.com/api/matches/0f2b52af-9784-45eb-90a5-ca31040ef20c/?format=api",
    "name": "Pick the Winner",
    "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": "Air Force",
                "amount": 7735.0
            },
            {
                "team": "Utah State",
                "amount": 2265.0
            }
        ],
        "expected_reward_tokens": 9513.0,
        "profit_sb": 13.0,
        "profit_sb_percentage": 0.14,
        "recommended": true
    },
    "lines": [
        {
            "id": "ebd7a022-f546-4d6f-b917-3954f3178381",
            "gambit_id": "fb5d8d85-73f8-4948-9e09-0810e881617a",
            "last_updated": "2022-10-11T11:27:06.269932-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Air Force",
            "reward": "1.23000",
            "odds": "1.23810",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc4ee2d8-e5d4-4bdc-a582-2d568e73ea58/?format=api"
        },
        {
            "id": "06584f32-a859-4ad1-97b1-893cd8670561",
            "gambit_id": "3f7bccfd-aebe-43ae-8cc7-8ce14d3c463a",
            "last_updated": "2022-10-11T11:27:06.268917-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah State",
            "reward": "4.20000",
            "odds": "4.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc4ee2d8-e5d4-4bdc-a582-2d568e73ea58/?format=api"
        }
    ]
}