GET /api/bet_types/0f11acdd-50fd-479e-a660-c588b413cacf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0f11acdd-50fd-479e-a660-c588b413cacf",
    "match": "https://api-prod.gambitprofit.com/api/matches/87b42128-e0af-4073-97cd-80eb7e7af4d1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-03T08:07:19.165764-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": "Golden State Warriors",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "8c3cfcc2-06e3-462e-8446-f8b7b454ae69",
            "gambit_id": "907de26e-3f4b-4f1f-a23c-4c145ff10fa5",
            "last_updated": "2023-03-04T12:46:54.110802-05:00",
            "created_at": "2023-03-03T08:07:19.167017-05:00",
            "name": "Golden State Warriors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f11acdd-50fd-479e-a660-c588b413cacf/?format=api"
        },
        {
            "id": "7b2f9904-f326-476c-8d83-05cf97870270",
            "gambit_id": "e266a31f-a789-48fd-957f-95962972af9e",
            "last_updated": "2023-03-04T12:46:54.111961-05:00",
            "created_at": "2023-03-03T08:07:19.168461-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f11acdd-50fd-479e-a660-c588b413cacf/?format=api"
        }
    ]
}