GET /api/bet_types/945095ad-f94d-4f3e-97da-1777ab478bac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "945095ad-f94d-4f3e-97da-1777ab478bac",
    "match": "https://api-prod.gambitprofit.com/api/matches/0da65122-6e60-4345-a32a-51292265e3e9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-19T10:03:06.074102-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": 5214.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "4f98e7f9-513d-4da2-bcd8-cef5eca1b2f1",
            "gambit_id": "c6aabe6c-4422-4970-ba86-235e2485d17c",
            "last_updated": "2023-11-21T09:13:07.996469-05:00",
            "created_at": "2023-11-19T10:03:06.082557-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/945095ad-f94d-4f3e-97da-1777ab478bac/?format=api"
        },
        {
            "id": "5454f1d9-050a-4bc2-b7e8-0fbc43bcc5c8",
            "gambit_id": "9995fadc-e58a-455f-84ec-c75e423dd8df",
            "last_updated": "2023-11-21T09:13:07.989125-05:00",
            "created_at": "2023-11-19T10:03:06.078203-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/945095ad-f94d-4f3e-97da-1777ab478bac/?format=api"
        }
    ]
}