GET /api/bet_types/022087b7-659e-4a62-a1f8-a9e1e2368ef7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "022087b7-659e-4a62-a1f8-a9e1e2368ef7",
    "match": "https://api-prod.gambitprofit.com/api/matches/11a40651-fccc-4141-b373-86912be4fbd7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-26T12:02:11.709093-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": "TAM (C Faucher)",
                "amount": 5208.0
            },
            {
                "team": "HOU (H Brown)",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9582.72,
        "profit_sb": 82.72,
        "profit_sb_percentage": 0.87,
        "recommended": true
    },
    "lines": [
        {
            "id": "40c991c4-ab83-4a19-aa70-fa30f48dfe47",
            "gambit_id": "5b2b9919-1a17-4729-84b0-fcd88348ee67",
            "last_updated": "2023-04-27T11:52:09.975354-04:00",
            "created_at": "2023-04-26T12:02:11.710970-04:00",
            "name": "TAM (C Faucher)",
            "reward": "1.84000",
            "odds": "1.87720",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/022087b7-659e-4a62-a1f8-a9e1e2368ef7/?format=api"
        },
        {
            "id": "37e1f7af-19d5-4fd2-a2be-feb8f9c1b5c8",
            "gambit_id": "9a16617e-2ab6-46bd-93b5-d39b01639ce4",
            "last_updated": "2023-04-27T11:52:09.977557-04:00",
            "created_at": "2023-04-26T12:02:11.712906-04:00",
            "name": "HOU (H Brown)",
            "reward": "2.00000",
            "odds": "2.04000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/022087b7-659e-4a62-a1f8-a9e1e2368ef7/?format=api"
        }
    ]
}