GET /api/bet_types/eab7017c-0eaf-42c7-b313-17e8a7ead6e0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eab7017c-0eaf-42c7-b313-17e8a7ead6e0",
    "match": "https://api-prod.gambitprofit.com/api/matches/daf74d87-0d07-4fdc-a181-03da581888f2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-11T10:08:14.680116-04: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 9.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "5b17ec0e-883a-4dcc-83ab-e5390193def9",
            "gambit_id": "8b789614-0e6b-4db4-9a7b-c5792e3ceb9a",
            "last_updated": "2023-06-12T18:48:17.367762-04:00",
            "created_at": "2023-06-11T10:08:14.683551-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eab7017c-0eaf-42c7-b313-17e8a7ead6e0/?format=api"
        },
        {
            "id": "bf474e94-7184-4efc-a925-ef03b1173e85",
            "gambit_id": "fa09f8d6-51b9-4222-b22d-363ea77f0a54",
            "last_updated": "2023-06-12T18:48:17.366189-04:00",
            "created_at": "2023-06-11T10:08:14.681754-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eab7017c-0eaf-42c7-b313-17e8a7ead6e0/?format=api"
        }
    ]
}