GET /api/bet_types/961ec647-b8fc-4abf-9971-af2834188a25/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "961ec647-b8fc-4abf-9971-af2834188a25",
    "match": "https://api-prod.gambitprofit.com/api/matches/22d28a5f-20fc-4f81-8ac5-84026bedf29c/?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": "Louisville",
                "amount": 6786.0
            },
            {
                "team": "James Madison",
                "amount": 3214.0
            }
        ],
        "expected_reward_tokens": 9159.9,
        "profit_sb": 159.9,
        "profit_sb_percentage": 1.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "d23beed8-fbee-46e2-a48b-6568241e0ca7",
            "gambit_id": "d27d5351-75b7-41ea-a183-99ae9d27319b",
            "last_updated": "2022-11-06T16:17:47.573125-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Louisville",
            "reward": "1.35000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/961ec647-b8fc-4abf-9971-af2834188a25/?format=api"
        },
        {
            "id": "afa53fca-d223-4e46-808d-452a4bc323ea",
            "gambit_id": "0ecb47c9-058f-45e0-862e-cafd77520f45",
            "last_updated": "2022-11-06T16:17:47.574619-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "James Madison",
            "reward": "2.85000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/961ec647-b8fc-4abf-9971-af2834188a25/?format=api"
        }
    ]
}