GET /api/bet_types/d2a61f12-7603-46ab-b600-d69ae774426d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d2a61f12-7603-46ab-b600-d69ae774426d",
    "match": "https://api-prod.gambitprofit.com/api/matches/e3f0a69b-5654-40a6-89f0-4da63e79bacc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-06T10:57:12.097523-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 Over 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "00c4542d-e485-4aae-9e85-a583f111d294",
            "gambit_id": "59f61180-e14f-46a3-b8a6-728b2ec39a2b",
            "last_updated": "2023-06-07T10:38:23.397046-04:00",
            "created_at": "2023-06-06T10:57:12.100240-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2a61f12-7603-46ab-b600-d69ae774426d/?format=api"
        },
        {
            "id": "e5bf9375-51b4-4a84-8a8c-4f840b7ff449",
            "gambit_id": "e2f9f305-e09f-4dd7-8832-21278907f884",
            "last_updated": "2023-06-07T10:38:23.399199-04:00",
            "created_at": "2023-06-06T10:57:12.102789-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2a61f12-7603-46ab-b600-d69ae774426d/?format=api"
        }
    ]
}