GET /api/bet_types/86f8d261-b77c-4ca7-82f7-6ca5e5382248/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "86f8d261-b77c-4ca7-82f7-6ca5e5382248",
    "match": "https://api-prod.gambitprofit.com/api/matches/88c8c74e-5f23-4a41-91cd-f38a15e1537b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-30T08:58:13.841690-04: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": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "c5baf6bd-a4c8-4820-b748-521424459df4",
            "gambit_id": "2c6c6547-1eda-4c6f-a1aa-0e98601506e2",
            "last_updated": "2023-10-31T20:13:09.623698-04:00",
            "created_at": "2023-10-30T08:58:13.852934-04:00",
            "name": "Golden State Warriors",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86f8d261-b77c-4ca7-82f7-6ca5e5382248/?format=api"
        },
        {
            "id": "910f5e2b-ab52-4e13-88bf-5995c9043d42",
            "gambit_id": "0796fb59-7773-45b8-bf61-c77596e65690",
            "last_updated": "2023-10-31T20:13:09.627194-04:00",
            "created_at": "2023-10-30T08:58:13.846793-04:00",
            "name": "New Orleans Pelicans",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86f8d261-b77c-4ca7-82f7-6ca5e5382248/?format=api"
        }
    ]
}