GET /api/bet_types/7034905b-372e-4084-a8d5-a1fd566e5e8c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7034905b-372e-4084-a8d5-a1fd566e5e8c",
    "match": "https://api-prod.gambitprofit.com/api/matches/72eb5ce1-bed0-4482-9904-596f368392b7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-04T09:48:08.967313-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": "Denver Nuggets",
                "amount": 7666.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 2334.0
            }
        ],
        "expected_reward_tokens": 9429.18,
        "profit_sb": -70.82,
        "profit_sb_percentage": -0.75,
        "recommended": false
    },
    "lines": [
        {
            "id": "5fa180a4-50c0-41f6-bd3f-3dbfd6ff9253",
            "gambit_id": "7a0a22ba-2d6f-4bd2-bd2e-504950474c3c",
            "last_updated": "2023-11-06T09:58:04.953383-05:00",
            "created_at": "2023-11-04T09:48:08.974862-04:00",
            "name": "Denver Nuggets",
            "reward": "1.23000",
            "odds": "1.24390",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7034905b-372e-4084-a8d5-a1fd566e5e8c/?format=api"
        },
        {
            "id": "926b9033-1032-453f-8a0f-8cc1b4604d58",
            "gambit_id": "d1feae46-bb30-4d4b-9e4e-947cfaed458b",
            "last_updated": "2023-11-06T09:58:04.949945-05:00",
            "created_at": "2023-11-04T09:48:08.971048-04:00",
            "name": "Chicago Bulls",
            "reward": "4.04000",
            "odds": "4.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7034905b-372e-4084-a8d5-a1fd566e5e8c/?format=api"
        }
    ]
}