GET /api/bet_types/0bad6e32-78ed-4f51-9128-f25703e8829a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0bad6e32-78ed-4f51-9128-f25703e8829a",
    "match": "https://api-prod.gambitprofit.com/api/matches/fb6fb777-39bb-4acc-9022-c7c8d2a08293/?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": "Dallas Mavericks",
                "amount": 5829.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 4171.0
            }
        ],
        "expected_reward_tokens": 9092.78,
        "profit_sb": 92.78,
        "profit_sb_percentage": 1.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "5db41dca-0416-4b11-b208-b350627c7194",
            "gambit_id": "fd804425-347e-4e2d-8942-94955e5cf9c7",
            "last_updated": "2022-12-06T09:52:01.715358-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.56000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0bad6e32-78ed-4f51-9128-f25703e8829a/?format=api"
        },
        {
            "id": "d463e48d-96bd-4567-b947-73d3bf69facd",
            "gambit_id": "91b47395-e052-4a76-9956-ffe02959031e",
            "last_updated": "2022-12-06T09:52:01.716378-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Phoenix Suns",
            "reward": "2.18000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0bad6e32-78ed-4f51-9128-f25703e8829a/?format=api"
        }
    ]
}