GET /api/bet_types/6699e8b5-df06-42d7-aee5-cfdf34e4938b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6699e8b5-df06-42d7-aee5-cfdf34e4938b",
    "match": "https://api-prod.gambitprofit.com/api/matches/42a8035b-b90c-4495-b879-4e5a751fc49e/?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": "Mississippi State",
                "amount": 7221.0
            },
            {
                "team": "Arkansas",
                "amount": 2779.0
            }
        ],
        "expected_reward_tokens": 9531.72,
        "profit_sb": 31.72,
        "profit_sb_percentage": 0.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "9aede019-460c-4eb4-a1a2-a2992b562665",
            "gambit_id": "1639cb74-7fc2-4b13-bf63-aaa91fc22841",
            "last_updated": "2022-10-11T10:42:28.188574-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Mississippi State",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6699e8b5-df06-42d7-aee5-cfdf34e4938b/?format=api"
        },
        {
            "id": "bcf46aca-8a0c-4718-8f01-a39576bd5091",
            "gambit_id": "4684158f-fbce-4166-87ca-4425ec9471d4",
            "last_updated": "2022-10-11T10:42:28.189559-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arkansas",
            "reward": "3.43000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6699e8b5-df06-42d7-aee5-cfdf34e4938b/?format=api"
        }
    ]
}