GET /api/bet_types/f7d25b7b-d24c-413f-bc5f-470d753e0c34/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f7d25b7b-d24c-413f-bc5f-470d753e0c34",
    "match": "https://api-prod.gambitprofit.com/api/matches/7bae52a8-d1c9-4875-a113-2a4c241e8cf9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-12T10:17:05.498460-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": "St Louis Blues",
                "amount": 6399.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "0b7a0e49-85e7-42e8-8e70-15f816ea7733",
            "gambit_id": "e4133552-d868-41b5-8440-f35588a26176",
            "last_updated": "2023-03-13T19:12:10.924848-04:00",
            "created_at": "2023-03-12T10:17:05.499780-04:00",
            "name": "St Louis Blues",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7d25b7b-d24c-413f-bc5f-470d753e0c34/?format=api"
        },
        {
            "id": "4be164b3-0b6c-47c5-bb24-e92d8cb24509",
            "gambit_id": "5d7a539e-cb5f-4735-b622-e7e12b0fd8a6",
            "last_updated": "2023-03-13T19:12:10.926319-04:00",
            "created_at": "2023-03-12T10:17:05.501190-04:00",
            "name": "Vegas Golden Knights",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7d25b7b-d24c-413f-bc5f-470d753e0c34/?format=api"
        }
    ]
}