GET /api/bet_types/4572c900-28ac-423e-b376-8eff6e416b6a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4572c900-28ac-423e-b376-8eff6e416b6a",
    "match": "https://api-prod.gambitprofit.com/api/matches/719c3838-fb64-4efd-9cf3-3fbfe7432c9d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-09T09:27:11.803598-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": "Memphis Grizzlies",
                "amount": 5000.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "02a72b79-308d-49fd-9d4a-9030e776b70e",
            "gambit_id": "201158ae-506a-4f17-8ca4-f9812150d536",
            "last_updated": "2023-04-10T14:42:11.919762-04:00",
            "created_at": "2023-04-09T09:27:11.811010-04:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4572c900-28ac-423e-b376-8eff6e416b6a/?format=api"
        },
        {
            "id": "a8d0e994-7cd1-4dcc-93d1-c1a3b8f35168",
            "gambit_id": "cefcf089-a288-41cd-808f-97afd662e120",
            "last_updated": "2023-04-10T14:42:11.916963-04:00",
            "created_at": "2023-04-09T09:27:11.807555-04:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4572c900-28ac-423e-b376-8eff6e416b6a/?format=api"
        }
    ]
}