GET /api/bet_types/cb541de6-4cdf-4b2a-8cb9-fb594b73ab42/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cb541de6-4cdf-4b2a-8cb9-fb594b73ab42",
    "match": "https://api-prod.gambitprofit.com/api/matches/8dc1cd60-05b8-4355-8138-7d143e92f7f7/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Toronto Defiant",
                "amount": 5000.0
            },
            {
                "team": "Florida Mayhem",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9100.0,
        "profit_sb": -400.0,
        "profit_sb_percentage": -4.21,
        "recommended": false
    },
    "lines": [
        {
            "id": "3d60bc11-277e-438a-91e3-40320670ca46",
            "gambit_id": "060003d3-ded1-4347-b3ed-aac525228587",
            "last_updated": "2022-12-24T17:12:20.715440-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Defiant",
            "reward": "1.82000",
            "odds": "1.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb541de6-4cdf-4b2a-8cb9-fb594b73ab42/?format=api"
        },
        {
            "id": "92075019-2068-49a2-b32c-1a7bb771869c",
            "gambit_id": "08b8c6ba-aed3-4652-beac-d26f27fd2f5b",
            "last_updated": "2022-12-24T17:12:20.716583-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Mayhem",
            "reward": "1.82000",
            "odds": "1.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb541de6-4cdf-4b2a-8cb9-fb594b73ab42/?format=api"
        }
    ]
}