GET /api/bet_types/4c11879c-2660-4869-a98b-29744f0806a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4c11879c-2660-4869-a98b-29744f0806a5",
    "match": "https://api-prod.gambitprofit.com/api/matches/bbafb71c-4337-4037-bfc2-10742b1bf8ee/?format=api",
    "name": "Play the Odds",
    "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": "Purdue",
                "amount": 5000.0
            },
            {
                "team": "Northwestern",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "d87b9065-aa33-4fa7-9a80-e277457af4c7",
            "gambit_id": "e2044515-1fa5-4001-94cc-107eccca4e39",
            "last_updated": "2022-11-21T12:04:04.848979-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Purdue",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-17.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c11879c-2660-4869-a98b-29744f0806a5/?format=api"
        },
        {
            "id": "0e45fb70-8cc3-41da-b652-472467347098",
            "gambit_id": "a8c65958-637d-4f58-a2fd-9e4065549778",
            "last_updated": "2022-11-21T12:04:04.850106-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Northwestern",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "17.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c11879c-2660-4869-a98b-29744f0806a5/?format=api"
        }
    ]
}