GET /api/bet_types/50928986-69a3-4591-80d8-71e96a3a44a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "50928986-69a3-4591-80d8-71e96a3a44a5",
    "match": "https://api-prod.gambitprofit.com/api/matches/1fb1f7d3-5713-415e-a87f-0cfdcd62caf2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-26T12:02:10.661977-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 Under 2.5",
                "amount": 5389.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4611.0
            }
        ],
        "expected_reward_tokens": 9268.11,
        "profit_sb": -231.89,
        "profit_sb_percentage": -2.44,
        "recommended": false
    },
    "lines": [
        {
            "id": "86c5b441-f444-4f28-b3e8-837c086115a1",
            "gambit_id": "a9336ec8-6c2c-4238-8074-33f9615de47f",
            "last_updated": "2023-04-27T11:52:08.793771-04:00",
            "created_at": "2023-04-26T12:02:10.664154-04:00",
            "name": "Game Total Under 2.5",
            "reward": "1.72000",
            "odds": "1.75000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50928986-69a3-4591-80d8-71e96a3a44a5/?format=api"
        },
        {
            "id": "03fc6db1-5ada-452d-b5b4-6163d2cd496c",
            "gambit_id": "8bdb5769-08ea-416d-ae73-688c66782971",
            "last_updated": "2023-04-27T11:52:08.796158-04:00",
            "created_at": "2023-04-26T12:02:10.665809-04:00",
            "name": "Game Total Over 2.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50928986-69a3-4591-80d8-71e96a3a44a5/?format=api"
        }
    ]
}