GET /api/bet_types/1d46361a-76fb-4d98-80d2-18c3f4205380/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d46361a-76fb-4d98-80d2-18c3f4205380",
    "match": "https://api-prod.gambitprofit.com/api/matches/ffded03b-f947-4e11-922e-60ef70bd164f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-21T10:22:15.123200-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 5.5",
                "amount": 5106.0
            },
            {
                "team": "Game Total Over 5.5",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9445.42,
        "profit_sb": -54.58,
        "profit_sb_percentage": -0.57,
        "recommended": false
    },
    "lines": [
        {
            "id": "fc8420b8-e65a-4c98-a689-0e8f6e9af51d",
            "gambit_id": "100750ab-d799-47a9-b429-4124287d0179",
            "last_updated": "2023-01-22T11:37:12.058685-05:00",
            "created_at": "2023-01-21T10:22:15.124539-05:00",
            "name": "Game Total Under 5.5",
            "reward": "1.85000",
            "odds": "1.86960",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d46361a-76fb-4d98-80d2-18c3f4205380/?format=api"
        },
        {
            "id": "f17ade35-799f-47a8-9d93-664d6ad3ecf6",
            "gambit_id": "88589854-fc35-4040-8648-a055a9a5ba48",
            "last_updated": "2023-01-22T11:37:12.060174-05:00",
            "created_at": "2023-01-21T10:22:15.125810-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.93000",
            "odds": "1.95240",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d46361a-76fb-4d98-80d2-18c3f4205380/?format=api"
        }
    ]
}