GET /api/bet_types/c33efda3-71dc-4a65-b001-479301e28656/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c33efda3-71dc-4a65-b001-479301e28656",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b54305f-25f8-4c71-8071-172dfd1945a5/?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 Raptors",
                "amount": 5664.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 4336.0
            }
        ],
        "expected_reward_tokens": 9062.24,
        "profit_sb": 62.24,
        "profit_sb_percentage": 0.69,
        "recommended": true
    },
    "lines": [
        {
            "id": "d7574ea0-3808-4df4-9fab-0553099ac56d",
            "gambit_id": "07928e75-2072-4176-a716-b1bd3c4e64ee",
            "last_updated": "2022-12-01T16:12:22.753221-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Raptors",
            "reward": "1.60000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c33efda3-71dc-4a65-b001-479301e28656/?format=api"
        },
        {
            "id": "0d7a411b-03f1-48a1-bfd1-fb11e23595e3",
            "gambit_id": "a191de2f-3917-4bb0-83fa-c8bd67140cb9",
            "last_updated": "2022-12-01T16:12:22.752278-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Pelicans",
            "reward": "2.09000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c33efda3-71dc-4a65-b001-479301e28656/?format=api"
        }
    ]
}