GET /api/bet_types/11cd205b-3ec4-470f-ab84-1bde8fea61e1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "11cd205b-3ec4-470f-ab84-1bde8fea61e1",
    "match": "https://api-prod.gambitprofit.com/api/matches/6d2257cf-b46f-4d5d-8ebe-700feb7a2048/?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 6.5",
                "amount": 5304.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "d1e90fec-97d1-41e8-a926-dd36a827d4eb",
            "gambit_id": "a10b67eb-2b1f-43b0-824f-ece54b6ecabf",
            "last_updated": "2022-11-29T10:27:09.009664-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11cd205b-3ec4-470f-ab84-1bde8fea61e1/?format=api"
        },
        {
            "id": "4a4b461d-f440-4efa-b766-80c6f3fa0eb9",
            "gambit_id": "23794e43-7f30-4da2-a30f-b9398c82f651",
            "last_updated": "2022-11-29T10:27:09.008680-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11cd205b-3ec4-470f-ab84-1bde8fea61e1/?format=api"
        }
    ]
}