GET /api/bet_types/d458bb3c-8cda-4b5d-81a1-87a19eed3c34/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d458bb3c-8cda-4b5d-81a1-87a19eed3c34",
    "match": "https://api-prod.gambitprofit.com/api/matches/aa279c9b-7b81-4440-a11f-fad962cd8097/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-12T08:22:02.497244-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": "Colorado Avalanche",
                "amount": 7184.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 2816.0
            }
        ],
        "expected_reward_tokens": 9123.68,
        "profit_sb": 123.68,
        "profit_sb_percentage": 1.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "35c4c817-ddd4-41ed-a0a7-df1675bddf86",
            "gambit_id": "2d7e87e6-34f6-4605-8e82-f68a15a7e1e6",
            "last_updated": "2023-01-13T11:47:14.542469-05:00",
            "created_at": "2023-01-12T08:22:02.498339-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.27000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d458bb3c-8cda-4b5d-81a1-87a19eed3c34/?format=api"
        },
        {
            "id": "c5cad1ce-df5d-4636-b525-3d03555f6b87",
            "gambit_id": "162fd39e-1a37-4daa-9780-2b43faa77364",
            "last_updated": "2023-01-13T11:47:14.543649-05:00",
            "created_at": "2023-01-12T08:22:02.499497-05:00",
            "name": "Chicago Blackhawks",
            "reward": "3.24000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d458bb3c-8cda-4b5d-81a1-87a19eed3c34/?format=api"
        }
    ]
}