GET /api/bet_types/73e80376-9bc2-464a-ab7b-68eec42237ad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "73e80376-9bc2-464a-ab7b-68eec42237ad",
    "match": "https://api-prod.gambitprofit.com/api/matches/ca381868-9b47-4965-9f9b-84e8c9ec9929/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-15T09:13:08.222196-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 Under 6.5",
                "amount": 5319.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "940fc5f6-5248-4d62-9358-c0148174cb2e",
            "gambit_id": "a4a1d1f6-c46b-4d53-81b7-74b8c9f93f7c",
            "last_updated": "2023-12-18T11:03:02.202168-05:00",
            "created_at": "2023-12-15T09:13:08.230983-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73e80376-9bc2-464a-ab7b-68eec42237ad/?format=api"
        },
        {
            "id": "dadb44c9-01c4-4600-a9f2-82eb7719fe7c",
            "gambit_id": "e6230c44-6b69-466a-89a2-4ec1ada13da2",
            "last_updated": "2023-12-18T11:03:02.197812-05:00",
            "created_at": "2023-12-15T09:13:08.226902-05:00",
            "name": "Game Total Over 6.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73e80376-9bc2-464a-ab7b-68eec42237ad/?format=api"
        }
    ]
}