GET /api/bet_types/8334bd90-5284-48be-bb18-8d243541aac8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8334bd90-5284-48be-bb18-8d243541aac8",
    "match": "https://api-prod.gambitprofit.com/api/matches/b2434460-d55b-4282-9df7-9f177003d0a6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-04T09:48:07.406732-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": "Vegas Golden Knights",
                "amount": 6399.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "d4816b32-ed94-41e4-97f6-27972cab22e4",
            "gambit_id": "617fce2d-6b5f-4c9b-b92f-4f007e00f853",
            "last_updated": "2023-12-05T21:18:20.533231-05:00",
            "created_at": "2023-12-04T09:48:07.416712-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8334bd90-5284-48be-bb18-8d243541aac8/?format=api"
        },
        {
            "id": "3dc7363e-2f6c-402e-8105-30392090ad21",
            "gambit_id": "d75ceca5-c941-4135-beac-4aa62ac528b8",
            "last_updated": "2023-12-05T21:18:20.529889-05:00",
            "created_at": "2023-12-04T09:48:07.412302-05:00",
            "name": "St Louis Blues",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8334bd90-5284-48be-bb18-8d243541aac8/?format=api"
        }
    ]
}