GET /api/bet_types/26027317-9f21-40c5-89f9-ceb99b5a8f5e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "26027317-9f21-40c5-89f9-ceb99b5a8f5e",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f4e7579-d5ab-4117-8199-2394bc2a0ceb/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Over 62.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 62.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "d03e7c39-fa53-4173-b0c4-3c58220a6b9b",
            "gambit_id": "de25df30-fa4b-4802-98ef-b16eb3832b2e",
            "last_updated": "2022-11-06T09:03:40.713221-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 62.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "62.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26027317-9f21-40c5-89f9-ceb99b5a8f5e/?format=api"
        },
        {
            "id": "a7aa7903-7ac1-4506-ba92-d02cf1f77ac9",
            "gambit_id": "83c5a8ec-f13a-4f8e-a498-02fe72b63b66",
            "last_updated": "2022-11-06T09:03:40.712033-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 62.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "62.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26027317-9f21-40c5-89f9-ceb99b5a8f5e/?format=api"
        }
    ]
}