GET /api/bet_types/bbb276d0-62c7-42a1-b90e-4ab7759f4972/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bbb276d0-62c7-42a1-b90e-4ab7759f4972",
    "match": "https://api-prod.gambitprofit.com/api/matches/e1308f9f-aba6-4489-b5b1-d503346578e4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-05T09:47:04.341927-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": "Sacramento Kings",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "5c5445fb-f47d-4ea5-85a2-4eb7fce94197",
            "gambit_id": "37ad47ff-2724-4262-815e-a2fa72776043",
            "last_updated": "2023-02-06T09:06:57.167544-05:00",
            "created_at": "2023-02-05T09:47:04.345544-05:00",
            "name": "Sacramento Kings",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbb276d0-62c7-42a1-b90e-4ab7759f4972/?format=api"
        },
        {
            "id": "94f230bd-5aa2-4ffd-b80c-5aa4d3b1df8a",
            "gambit_id": "b3984e5b-cfad-4017-833b-b3db4fb3017b",
            "last_updated": "2023-02-06T09:06:57.166314-05:00",
            "created_at": "2023-02-05T09:47:04.343659-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbb276d0-62c7-42a1-b90e-4ab7759f4972/?format=api"
        }
    ]
}