GET /api/bet_types/c72f6f97-7f52-4d72-bc88-b2018a294bef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c72f6f97-7f52-4d72-bc88-b2018a294bef",
    "match": "https://api-prod.gambitprofit.com/api/matches/21e1b449-ecff-4c7e-af7f-f40faad44527/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-14T13:42:02.001430-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": "Nashville Predators",
                "amount": 5614.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "f5f1201b-9eb7-4355-8af4-6ea95e6ff8b2",
            "gambit_id": "666e3ec5-4208-4d31-8117-47ec0bdd2c05",
            "last_updated": "2023-04-15T15:47:08.632917-04:00",
            "created_at": "2023-04-14T13:42:02.003766-04:00",
            "name": "Nashville Predators",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c72f6f97-7f52-4d72-bc88-b2018a294bef/?format=api"
        },
        {
            "id": "d8e93740-6e90-4d49-a50f-8f8db62f0d01",
            "gambit_id": "e9d86855-b60d-46a9-a3d0-9f6b120a5958",
            "last_updated": "2023-04-15T15:47:08.634513-04:00",
            "created_at": "2023-04-14T13:42:02.006251-04:00",
            "name": "Colorado Avalanche",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c72f6f97-7f52-4d72-bc88-b2018a294bef/?format=api"
        }
    ]
}