GET /api/bet_types/2278f430-7272-4ea0-b83e-03b70d13b96b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2278f430-7272-4ea0-b83e-03b70d13b96b",
    "match": "https://api-prod.gambitprofit.com/api/matches/00c26fcc-8794-40bb-b9d3-425644775b98/?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": "Stanford",
                "amount": 5000.0
            },
            {
                "team": "USC",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "b972d557-81a7-4b2d-9de0-d2d80b23409b",
            "gambit_id": "27d60474-ee1c-47d7-90af-a124ee93dace",
            "last_updated": "2022-09-11T09:57:39.123711-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Stanford",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2278f430-7272-4ea0-b83e-03b70d13b96b/?format=api"
        },
        {
            "id": "0c56a8ee-9da7-4ff6-997c-ad8ffe0cc426",
            "gambit_id": "e9fae97c-e8ff-44e1-8112-940dfefb0468",
            "last_updated": "2022-09-11T09:57:39.124826-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "USC",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2278f430-7272-4ea0-b83e-03b70d13b96b/?format=api"
        }
    ]
}