GET /api/bet_types/e0a3c76e-16d3-4d55-b878-c4dd3af3dd40/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e0a3c76e-16d3-4d55-b878-c4dd3af3dd40",
    "match": "https://api-prod.gambitprofit.com/api/matches/d9ac23d0-fd7d-4131-8418-229beb9bc60a/?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 10",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 10",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "97cb18c4-f6b1-4f7e-ab34-3154e74772a9",
            "gambit_id": "2a4ad50a-c4a5-44d4-865d-242fc6caafb9",
            "last_updated": "2022-09-10T21:52:22.463213-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 10",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0a3c76e-16d3-4d55-b878-c4dd3af3dd40/?format=api"
        },
        {
            "id": "6abc4cc9-7682-4d61-87c2-aee8b24a9a3c",
            "gambit_id": "e102f9cc-a786-475d-8198-7f12492cfcac",
            "last_updated": "2022-09-10T21:52:22.464431-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 10",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0a3c76e-16d3-4d55-b878-c4dd3af3dd40/?format=api"
        }
    ]
}