GET /api/bet_types/25ea02e5-e2e8-46d7-9904-f1bbfd4242d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "25ea02e5-e2e8-46d7-9904-f1bbfd4242d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/cdc2ed9c-d275-4247-8d53-1ad4f427254c/?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": "SFO (C Rodon)",
                "amount": 6643.0
            },
            {
                "team": "ARI (Z Davies)",
                "amount": 3357.0
            }
        ],
        "expected_reward_tokens": 9298.89,
        "profit_sb": 298.89,
        "profit_sb_percentage": 3.32,
        "recommended": true
    },
    "lines": [
        {
            "id": "b4cc3694-9cc4-4713-9859-bd8298f597a4",
            "gambit_id": "1bae35ab-c1a8-41f6-9cf6-4d8c2f8a41f7",
            "last_updated": "2022-08-18T10:22:17.439297-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO (C Rodon)",
            "reward": "1.40000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25ea02e5-e2e8-46d7-9904-f1bbfd4242d1/?format=api"
        },
        {
            "id": "3861e93d-dae3-4dcc-bd60-943fed42b08b",
            "gambit_id": "332bb83c-9b6d-46c3-9081-2bb33afc6f1c",
            "last_updated": "2022-08-18T10:22:17.439723-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI (Z Davies)",
            "reward": "2.77000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25ea02e5-e2e8-46d7-9904-f1bbfd4242d1/?format=api"
        }
    ]
}