GET /api/bet_types/40d1f810-4314-432b-a673-ef14ab3e4623/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "40d1f810-4314-432b-a673-ef14ab3e4623",
    "match": "https://api-prod.gambitprofit.com/api/matches/e30602ac-b004-4361-a41e-3beddbd6b3b2/?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": "MIL (C Burnes)",
                "amount": 5654.0
            },
            {
                "team": "STL (A Wainwright)",
                "amount": 4346.0
            }
        ],
        "expected_reward_tokens": 9385.64,
        "profit_sb": 385.64,
        "profit_sb_percentage": 4.28,
        "recommended": true
    },
    "lines": [
        {
            "id": "2ad1d580-eb21-4633-a190-249c431e854b",
            "gambit_id": "ac694f01-4338-4801-b06f-ab72ecd4da38",
            "last_updated": "2022-08-14T11:11:53.248508-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL (C Burnes)",
            "reward": "1.66000",
            "odds": "1.72460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40d1f810-4314-432b-a673-ef14ab3e4623/?format=api"
        },
        {
            "id": "f43e726a-67fc-4ae2-a513-c6b2a151f8a5",
            "gambit_id": "60bfd76a-d6ee-4ea0-8a16-4b652aeccfbd",
            "last_updated": "2022-08-14T11:11:53.248119-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL (A Wainwright)",
            "reward": "2.16000",
            "odds": "2.28000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40d1f810-4314-432b-a673-ef14ab3e4623/?format=api"
        }
    ]
}