GET /api/bet_types/6a89b195-a2f6-43ab-b3bc-14a1fd89bb2b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6a89b195-a2f6-43ab-b3bc-14a1fd89bb2b",
    "match": "https://api-prod.gambitprofit.com/api/matches/ad76f0ad-19b5-4081-8633-3e178e2b9535/?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 Under 6",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "55ae8d35-c1f9-473b-986d-e7b065095e09",
            "gambit_id": "e642a4ca-d693-4637-adf9-5b772386155d",
            "last_updated": "2022-11-04T09:17:43.483002-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a89b195-a2f6-43ab-b3bc-14a1fd89bb2b/?format=api"
        },
        {
            "id": "12c2b8a1-aed8-4b91-af8a-fcc0cc826c42",
            "gambit_id": "447fcd95-d2ec-472e-8d9a-f8a4a66417a0",
            "last_updated": "2022-11-04T09:17:43.484181-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a89b195-a2f6-43ab-b3bc-14a1fd89bb2b/?format=api"
        }
    ]
}