GET /api/bet_types/21f450a5-fd73-4bda-ba45-d60f3042c186/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "21f450a5-fd73-4bda-ba45-d60f3042c186",
    "match": "https://api-prod.gambitprofit.com/api/matches/71a4e98e-7e32-4b1a-a373-bb9fca3ea88c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-12T13:32:58.040983-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": "Josh Fremd",
                "amount": 7137.0
            },
            {
                "team": "Jamie Pickett",
                "amount": 2863.0
            }
        ],
        "expected_reward_tokens": 9276.12,
        "profit_sb": -223.88,
        "profit_sb_percentage": -2.36,
        "recommended": false
    },
    "lines": [
        {
            "id": "e59b19f4-89bd-4543-af91-98e2a36f1d00",
            "gambit_id": "939b77f1-2638-4a2d-bc25-4187e00815bf",
            "last_updated": "2023-08-14T18:53:06.538488-04:00",
            "created_at": "2023-08-12T13:32:58.052734-04:00",
            "name": "Josh Fremd",
            "reward": "1.30000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21f450a5-fd73-4bda-ba45-d60f3042c186/?format=api"
        },
        {
            "id": "52d66dea-f5fd-425a-954a-cf809171e003",
            "gambit_id": "4055aa27-6119-4e82-a028-617fc9b3901f",
            "last_updated": "2023-08-14T18:53:06.535277-04:00",
            "created_at": "2023-08-12T13:32:58.048185-04:00",
            "name": "Jamie Pickett",
            "reward": "3.24000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21f450a5-fd73-4bda-ba45-d60f3042c186/?format=api"
        }
    ]
}