GET /api/bet_types/09cc5ce8-2dd6-44f9-b88b-597e52f59380/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "09cc5ce8-2dd6-44f9-b88b-597e52f59380",
    "match": "https://api-prod.gambitprofit.com/api/matches/dedbc2b6-baaf-46a8-b20b-5c57c4e6a122/?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": "Northern Illinois",
                "amount": 5208.0
            },
            {
                "team": "Miami-Ohio",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "72f71e09-453a-4ad0-869e-7935911a72c0",
            "gambit_id": "49be5ed9-9364-4e5d-8ec4-c4bb5ce22dcc",
            "last_updated": "2022-11-17T09:27:15.736364-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Northern Illinois",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09cc5ce8-2dd6-44f9-b88b-597e52f59380/?format=api"
        },
        {
            "id": "05918b77-b176-4a41-b898-6c32e5dffabc",
            "gambit_id": "df064876-3756-405a-a315-dd2549802757",
            "last_updated": "2022-11-17T09:27:15.737448-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami-Ohio",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09cc5ce8-2dd6-44f9-b88b-597e52f59380/?format=api"
        }
    ]
}