GET /api/bet_types/039fef8b-4364-4a90-914d-54222a5b14bc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "039fef8b-4364-4a90-914d-54222a5b14bc",
    "match": "https://api-prod.gambitprofit.com/api/matches/740bbfc4-25ff-4658-97b7-d8f764c9726c/?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": "PHI (A Nola)",
                "amount": 5467.0
            },
            {
                "team": "ARI (Z Gallen)",
                "amount": 4533.0
            }
        ],
        "expected_reward_tokens": 9292.65,
        "profit_sb": 292.65,
        "profit_sb_percentage": 3.25,
        "recommended": true
    },
    "lines": [
        {
            "id": "8b71a8c3-0d2f-4d43-a829-f92437c4febe",
            "gambit_id": "2f1378b1-1120-4ebc-b958-1da298fbebd1",
            "last_updated": "2022-08-31T11:37:09.481624-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI (A Nola)",
            "reward": "1.70000",
            "odds": "1.78740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/039fef8b-4364-4a90-914d-54222a5b14bc/?format=api"
        },
        {
            "id": "fbca3bf8-930f-42a2-b2f1-d96212f378c5",
            "gambit_id": "7e8b1e66-d57d-4567-a69d-d9183799748a",
            "last_updated": "2022-08-31T11:37:09.481124-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI (Z Gallen)",
            "reward": "2.05000",
            "odds": "2.17000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/039fef8b-4364-4a90-914d-54222a5b14bc/?format=api"
        }
    ]
}