GET /api/bet_types/31926515-e595-4d13-a2cb-454a441a6f32/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "31926515-e595-4d13-a2cb-454a441a6f32",
    "match": "https://api-prod.gambitprofit.com/api/matches/967c881a-1371-403b-b3e3-fb49ca7b9df7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-31T10:13:04.400633-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": "Detroit Red Wings",
                "amount": 6554.0
            },
            {
                "team": "Boston Bruins",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "75989629-4e82-48fe-baf6-0c7e8561ed9b",
            "gambit_id": "d0daa342-481b-430a-89a9-82577899b5a9",
            "last_updated": "2024-01-02T10:28:10.955062-05:00",
            "created_at": "2023-12-31T10:13:04.409264-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31926515-e595-4d13-a2cb-454a441a6f32/?format=api"
        },
        {
            "id": "2fc26208-1eea-42b8-a1b6-bb2809bee8b6",
            "gambit_id": "140d8c29-afdc-4acb-9a20-7bddd967b783",
            "last_updated": "2024-01-02T10:28:10.951876-05:00",
            "created_at": "2023-12-31T10:13:04.404096-05:00",
            "name": "Boston Bruins",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31926515-e595-4d13-a2cb-454a441a6f32/?format=api"
        }
    ]
}