GET /api/bet_types/9e1685b8-45b2-4157-939c-da2b815d9768/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9e1685b8-45b2-4157-939c-da2b815d9768",
    "match": "https://api-prod.gambitprofit.com/api/matches/cc53f599-0007-4492-bf9f-0b279c574ab5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-07T08:28:01.057406-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 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "67b3acec-f788-4dae-9ea1-e25515b0ccab",
            "gambit_id": "e0818a17-4768-4333-acd6-2b69d4e4b075",
            "last_updated": "2023-08-09T10:48:20.095267-04:00",
            "created_at": "2023-08-07T08:28:01.065522-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e1685b8-45b2-4157-939c-da2b815d9768/?format=api"
        },
        {
            "id": "690fb440-081b-4fe6-b2eb-5d7439d41c4f",
            "gambit_id": "91d36214-a593-4e07-aaef-3152dcaaf9d4",
            "last_updated": "2023-08-09T10:48:20.091582-04:00",
            "created_at": "2023-08-07T08:28:01.061120-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e1685b8-45b2-4157-939c-da2b815d9768/?format=api"
        }
    ]
}