GET /api/bet_types/036e5b84-7d1d-4e01-983b-37544de9b9a9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "036e5b84-7d1d-4e01-983b-37544de9b9a9",
    "match": "https://api-prod.gambitprofit.com/api/matches/12f19fac-97a1-4156-8d98-1212739c6f0f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-26T09:23:25.731350-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": "CWS (T Toussaint)",
                "amount": 5541.0
            },
            {
                "team": "OAK (J Sears)",
                "amount": 4459.0
            }
        ],
        "expected_reward_tokens": 9585.93,
        "profit_sb": 85.93,
        "profit_sb_percentage": 0.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "b1398e50-c608-4794-a543-65082b5473d1",
            "gambit_id": "2c63e84b-80d7-4dab-9dad-c7b4c248b284",
            "last_updated": "2023-08-28T16:18:31.532237-04:00",
            "created_at": "2023-08-26T09:23:25.746075-04:00",
            "name": "CWS (T Toussaint)",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/036e5b84-7d1d-4e01-983b-37544de9b9a9/?format=api"
        },
        {
            "id": "a0bc1192-5178-4f70-90df-c06b55f14b7b",
            "gambit_id": "5d728392-8956-4c69-ae72-42d3466fd177",
            "last_updated": "2023-08-28T16:18:31.527583-04:00",
            "created_at": "2023-08-26T09:23:25.738546-04:00",
            "name": "OAK (J Sears)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/036e5b84-7d1d-4e01-983b-37544de9b9a9/?format=api"
        }
    ]
}