GET /api/bet_types/80b7da85-952b-4429-b920-8af5e4868e97/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "80b7da85-952b-4429-b920-8af5e4868e97",
    "match": "https://api-prod.gambitprofit.com/api/matches/b01cd303-0381-4ac1-9581-e01eb63dba38/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-02T10:08:21.531767-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": "Renato Moicano",
                "amount": 6402.0
            },
            {
                "team": "Drew Dober",
                "amount": 3598.0
            }
        ],
        "expected_reward_tokens": 9282.84,
        "profit_sb": -217.16,
        "profit_sb_percentage": -2.29,
        "recommended": false
    },
    "lines": [
        {
            "id": "190ae12b-89e6-4009-bba1-d0fba9c849e2",
            "gambit_id": "acdff04d-ec70-443d-933e-5627a6f955b7",
            "last_updated": "2024-02-06T09:33:13.737667-05:00",
            "created_at": "2024-02-02T10:08:21.535759-05:00",
            "name": "Renato Moicano",
            "reward": "1.45000",
            "odds": "1.47620",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80b7da85-952b-4429-b920-8af5e4868e97/?format=api"
        },
        {
            "id": "dde6c005-67d8-460e-882d-1e264f4db9f1",
            "gambit_id": "5c569625-ae78-47f2-ad3e-6f14da018b9e",
            "last_updated": "2024-02-06T09:33:13.741076-05:00",
            "created_at": "2024-02-02T10:08:21.541087-05:00",
            "name": "Drew Dober",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80b7da85-952b-4429-b920-8af5e4868e97/?format=api"
        }
    ]
}