GET /api/bet_types/969d426d-8643-4acc-8123-8b4dae263895/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "969d426d-8643-4acc-8123-8b4dae263895",
    "match": "https://api-prod.gambitprofit.com/api/matches/85a5a8c3-660d-4314-917d-bc4945078476/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-30T13:38:22.057996-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": "Dustin Rabiega",
                "amount": 5095.0
            },
            {
                "team": "Karl Thompson",
                "amount": 4905.0
            }
        ],
        "expected_reward_tokens": 9171.0,
        "profit_sb": -329.0,
        "profit_sb_percentage": -3.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "6fb89ae4-d7cf-42cb-ad4a-fabc05595249",
            "gambit_id": "779fdabd-865e-4405-aa32-2938815aff40",
            "last_updated": "2023-07-03T10:38:08.760679-04:00",
            "created_at": "2023-06-30T13:38:22.060927-04:00",
            "name": "Dustin Rabiega",
            "reward": "1.80000",
            "odds": "1.83000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/969d426d-8643-4acc-8123-8b4dae263895/?format=api"
        },
        {
            "id": "45a06cd0-d076-479f-96e9-49e45d1a6b7b",
            "gambit_id": "d19cb468-ae9b-48ed-95ae-1395733c46d6",
            "last_updated": "2023-07-03T10:38:08.758441-04:00",
            "created_at": "2023-06-30T13:38:22.059493-04:00",
            "name": "Karl Thompson",
            "reward": "1.87000",
            "odds": "1.91000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/969d426d-8643-4acc-8123-8b4dae263895/?format=api"
        }
    ]
}