GET /api/bet_types/c54c1471-e259-4d54-a71a-bff8f2fc1b71/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c54c1471-e259-4d54-a71a-bff8f2fc1b71",
    "match": "https://api-prod.gambitprofit.com/api/matches/51951fc6-9aed-4f7c-a2e8-04b28a31a4ff/?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": "Brooklyn Nets",
                "amount": 5863.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 4137.0
            }
        ],
        "expected_reward_tokens": 9556.47,
        "profit_sb": 56.47,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "9c7e9fe6-a3ed-4492-b2fb-ccc88f07048e",
            "gambit_id": "a0c34d78-8195-4406-af84-9e6046ad0700",
            "last_updated": "2022-10-20T09:42:00.369208-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.63000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c54c1471-e259-4d54-a71a-bff8f2fc1b71/?format=api"
        },
        {
            "id": "dfbf9178-3649-4ab2-a996-11090f9a2658",
            "gambit_id": "26d2e698-13c7-4c0c-963b-82264c94d7ae",
            "last_updated": "2022-10-20T09:42:00.370244-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Pelicans",
            "reward": "2.31000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c54c1471-e259-4d54-a71a-bff8f2fc1b71/?format=api"
        }
    ]
}