GET /api/bet_types/614674b4-75fd-4a88-b96d-2f27a068ce43/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "614674b4-75fd-4a88-b96d-2f27a068ce43",
    "match": "https://api-prod.gambitprofit.com/api/matches/a8c6281a-a730-4fca-9d60-23c33486cf38/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-27T09:03:04.826362-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": 5107.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "7db69c56-3e95-4c97-9252-9d00a2192729",
            "gambit_id": "5d8930bd-0949-47db-adde-ebcf74ad9442",
            "last_updated": "2023-12-29T11:08:24.697762-05:00",
            "created_at": "2023-12-27T09:03:04.835008-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/614674b4-75fd-4a88-b96d-2f27a068ce43/?format=api"
        },
        {
            "id": "524704fd-e069-4485-ac45-122c21f43d54",
            "gambit_id": "d8b6b7b7-d300-46d3-bdc9-52ba5c107f58",
            "last_updated": "2023-12-29T11:08:24.694142-05:00",
            "created_at": "2023-12-27T09:03:04.830323-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/614674b4-75fd-4a88-b96d-2f27a068ce43/?format=api"
        }
    ]
}