GET /api/bet_types/ed4dde9e-9144-40dc-8837-8f504076b1f0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ed4dde9e-9144-40dc-8837-8f504076b1f0",
    "match": "https://api-prod.gambitprofit.com/api/matches/a1613100-07a0-4dc8-83b6-b0a5f412316a/?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": "Utah",
                "amount": 5492.0
            },
            {
                "team": "Oregon",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "98d8fef0-1596-4930-a29a-30fa5a90863d",
            "gambit_id": "be57ed16-9c6d-4bb7-8cbd-157d07667bbf",
            "last_updated": "2022-11-21T09:43:40.122188-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed4dde9e-9144-40dc-8837-8f504076b1f0/?format=api"
        },
        {
            "id": "806ac342-8096-47ca-98f3-8f223e2bd7ad",
            "gambit_id": "a890a5a2-44bd-4c4b-9adb-2f109580b806",
            "last_updated": "2022-11-21T09:43:40.120993-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oregon",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed4dde9e-9144-40dc-8837-8f504076b1f0/?format=api"
        }
    ]
}