GET /api/bet_types/14f84954-55f4-409c-ae1d-fc4ebbf6f12b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "14f84954-55f4-409c-ae1d-fc4ebbf6f12b",
    "match": "https://api-prod.gambitprofit.com/api/matches/e7f67578-4b2c-4d87-902b-077c74f49d71/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-24T13:27:14.133445-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 (T Bradley)",
                "amount": 6070.0
            },
            {
                "team": "HOU (J Urquidy)",
                "amount": 3930.0
            }
        ],
        "expected_reward_tokens": 9589.2,
        "profit_sb": 89.2,
        "profit_sb_percentage": 0.94,
        "recommended": true
    },
    "lines": [
        {
            "id": "43505f7d-e426-4ab2-bf4e-9898011502c3",
            "gambit_id": "6429696c-77e6-4125-99f3-e5f9a89a7a57",
            "last_updated": "2023-04-25T11:42:23.967655-04:00",
            "created_at": "2023-04-24T13:27:14.135599-04:00",
            "name": "TAM (T Bradley)",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14f84954-55f4-409c-ae1d-fc4ebbf6f12b/?format=api"
        },
        {
            "id": "9efcb4af-639e-4789-ac82-a984b33eff31",
            "gambit_id": "aa58a207-d302-4865-a6a3-3f62e204cb15",
            "last_updated": "2023-04-25T11:42:23.969598-04:00",
            "created_at": "2023-04-24T13:27:14.138537-04:00",
            "name": "HOU (J Urquidy)",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14f84954-55f4-409c-ae1d-fc4ebbf6f12b/?format=api"
        }
    ]
}