GET /api/bet_types/585e24dd-89c3-4f64-bffc-a839d5b7ba47/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "585e24dd-89c3-4f64-bffc-a839d5b7ba47",
    "match": "https://api-prod.gambitprofit.com/api/matches/ee6a8557-d5e0-49cd-b655-3a78d75e44f8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-17T10:28:04.742867-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": "Game Total Over 9",
                "amount": 5423.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "bcd57b83-0417-4868-88b7-d9c5004163bf",
            "gambit_id": "efbc2a7a-8879-4a60-b9fa-fc7daa761381",
            "last_updated": "2023-09-18T22:43:05.302007-04:00",
            "created_at": "2023-09-17T10:28:04.746392-04:00",
            "name": "Game Total Over 9",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/585e24dd-89c3-4f64-bffc-a839d5b7ba47/?format=api"
        },
        {
            "id": "b5655847-df58-4201-854a-96b6bd931e5f",
            "gambit_id": "ac4fef2b-c2e5-48e8-965f-bf284b0fd8eb",
            "last_updated": "2023-09-18T22:43:05.305186-04:00",
            "created_at": "2023-09-17T10:28:04.750415-04:00",
            "name": "Game Total Under 9",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/585e24dd-89c3-4f64-bffc-a839d5b7ba47/?format=api"
        }
    ]
}