GET /api/bet_types/e6fdf1d6-9933-4c68-947c-f75ef6de79e9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e6fdf1d6-9933-4c68-947c-f75ef6de79e9",
    "match": "https://api-prod.gambitprofit.com/api/matches/0d59d0bd-f886-462a-be1f-a372ec88b40c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-22T10:13:13.995989-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": "Toronto Raptors",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "729f025f-46ec-4a98-8088-fdc6673cefa5",
            "gambit_id": "a52cb2a1-c604-4c96-898c-29dda9b14e5b",
            "last_updated": "2023-12-23T21:08:16.561447-05:00",
            "created_at": "2023-12-22T10:13:14.001024-05:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6fdf1d6-9933-4c68-947c-f75ef6de79e9/?format=api"
        },
        {
            "id": "d2138bb2-e8c7-4ae4-b9e7-3066685e5407",
            "gambit_id": "5cd8c8b7-3a65-473c-aace-19a8a145e5bb",
            "last_updated": "2023-12-23T21:08:16.564902-05:00",
            "created_at": "2023-12-22T10:13:14.007330-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6fdf1d6-9933-4c68-947c-f75ef6de79e9/?format=api"
        }
    ]
}