GET /api/bet_types/aa6ece85-2f44-4885-a50d-091a7cf34875/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aa6ece85-2f44-4885-a50d-091a7cf34875",
    "match": "https://api-prod.gambitprofit.com/api/matches/109ee9eb-a31f-42ca-903f-19e66999bcf6/?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": "Illinois",
                "amount": 8189.0
            },
            {
                "team": "Northwestern",
                "amount": 1811.0
            }
        ],
        "expected_reward_tokens": 9253.57,
        "profit_sb": 253.57,
        "profit_sb_percentage": 2.82,
        "recommended": true
    },
    "lines": [
        {
            "id": "644bc9a1-e591-4a68-bd40-fd54671d26e5",
            "gambit_id": "b02517b8-efb3-4ea5-9a29-f06f06c9e389",
            "last_updated": "2022-11-28T10:02:11.561691-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Illinois",
            "reward": "1.13000",
            "odds": "1.15380",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa6ece85-2f44-4885-a50d-091a7cf34875/?format=api"
        },
        {
            "id": "9073ddb7-b951-46d8-adc8-228b428b47aa",
            "gambit_id": "6c08bec4-e2f6-49d5-a1f9-385698d927aa",
            "last_updated": "2022-11-28T10:02:11.560708-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Northwestern",
            "reward": "5.11000",
            "odds": "5.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa6ece85-2f44-4885-a50d-091a7cf34875/?format=api"
        }
    ]
}