GET /api/bet_types/efd89f42-926d-4fca-be4d-37e13a5f9ee3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "efd89f42-926d-4fca-be4d-37e13a5f9ee3",
    "match": "https://api-prod.gambitprofit.com/api/matches/920107c7-ac25-4c89-9b6f-1652a2144bdf/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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": "Game Total Over 55",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 55",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "44d50248-fbdc-457b-aec7-cee39eba4a58",
            "gambit_id": "33fbcce5-110c-4ab9-8c07-f7155e46a06f",
            "last_updated": "2022-10-17T09:41:53.412040-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 55",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "55.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efd89f42-926d-4fca-be4d-37e13a5f9ee3/?format=api"
        },
        {
            "id": "a805f063-adfd-41b7-88c7-028d6e753288",
            "gambit_id": "619cd5f1-4943-4bee-959c-0f2b825785a6",
            "last_updated": "2022-10-17T09:41:53.410893-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 55",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "55.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efd89f42-926d-4fca-be4d-37e13a5f9ee3/?format=api"
        }
    ]
}