GET /api/bet_types/891f4e41-eb2d-4614-ac29-eaef9bb2d170/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "891f4e41-eb2d-4614-ac29-eaef9bb2d170",
    "match": "https://api-prod.gambitprofit.com/api/matches/9dd8a32f-7770-4228-9386-4a5d20e437eb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-05T14:28:16.548805-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": "Tanner Boser",
                "amount": 5496.0
            },
            {
                "team": "Aleksa Camur",
                "amount": 4504.0
            }
        ],
        "expected_reward_tokens": 9233.2,
        "profit_sb": -266.8,
        "profit_sb_percentage": -2.81,
        "recommended": false
    },
    "lines": [
        {
            "id": "e732f2b5-6ddc-4013-b6b4-9760df3c4ccc",
            "gambit_id": "62081262-0fcd-43dd-b201-510eea0a067e",
            "last_updated": "2023-08-07T15:08:08.218682-04:00",
            "created_at": "2023-08-05T14:28:16.557580-04:00",
            "name": "Tanner Boser",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/891f4e41-eb2d-4614-ac29-eaef9bb2d170/?format=api"
        },
        {
            "id": "4b33fbd2-734e-4d58-8e7d-fafd0f5acf92",
            "gambit_id": "4cd1f729-9762-4d7b-bf11-ef6b2f22ffa3",
            "last_updated": "2023-08-07T15:08:08.213761-04:00",
            "created_at": "2023-08-05T14:28:16.553179-04:00",
            "name": "Aleksa Camur",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/891f4e41-eb2d-4614-ac29-eaef9bb2d170/?format=api"
        }
    ]
}