GET /api/bet_types/0305a3d8-d03d-4570-af65-dee1e69b0b00/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0305a3d8-d03d-4570-af65-dee1e69b0b00",
    "match": "https://api-prod.gambitprofit.com/api/matches/d084a068-c4a0-477a-97bf-5615db2339c2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-19T08:32:59.741400-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": 5094.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "f97234f9-647d-4d4b-b1f3-3be9d7c2397d",
            "gambit_id": "87bf20ed-49f6-43d9-9c12-5a20b218dcc2",
            "last_updated": "2023-10-20T11:23:25.646961-04:00",
            "created_at": "2023-10-19T08:32:59.749065-04:00",
            "name": "St Louis Blues",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0305a3d8-d03d-4570-af65-dee1e69b0b00/?format=api"
        },
        {
            "id": "43860a15-f298-4562-8003-b7bfa4d171c3",
            "gambit_id": "3c4d65d9-b875-40e4-9b15-a38dbfd1c818",
            "last_updated": "2023-10-20T11:23:25.643520-04:00",
            "created_at": "2023-10-19T08:32:59.745327-04:00",
            "name": "Arizona Coyotes",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0305a3d8-d03d-4570-af65-dee1e69b0b00/?format=api"
        }
    ]
}