GET /api/bet_types/d042fdf2-f4e7-4a81-afd8-5dc1947d3c97/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d042fdf2-f4e7-4a81-afd8-5dc1947d3c97",
    "match": "https://api-prod.gambitprofit.com/api/matches/8baaefdc-f6a1-4154-8a89-89cd35910021/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-22T08:43:02.796794-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": "Boston Bruins",
                "amount": 5688.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "8495b33a-60c4-4716-9fcf-b1c9110a5eac",
            "gambit_id": "e5a4a476-ee74-4401-8cce-08bb685dfd1e",
            "last_updated": "2024-01-23T20:13:15.992742-05:00",
            "created_at": "2024-01-22T08:43:02.806732-05:00",
            "name": "Boston Bruins",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d042fdf2-f4e7-4a81-afd8-5dc1947d3c97/?format=api"
        },
        {
            "id": "fd55e31b-6171-488c-ab71-259563a396bf",
            "gambit_id": "18fb86d7-c065-4ad1-87d4-5fcca45f9d4c",
            "last_updated": "2024-01-23T20:13:15.989381-05:00",
            "created_at": "2024-01-22T08:43:02.801536-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d042fdf2-f4e7-4a81-afd8-5dc1947d3c97/?format=api"
        }
    ]
}