GET /api/bet_types/9f457a72-1179-4ece-9691-da8b5dd44a87/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9f457a72-1179-4ece-9691-da8b5dd44a87",
    "match": "https://api-prod.gambitprofit.com/api/matches/b259c6e9-cf13-496a-8531-a4b510dd5275/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-04T08:52:58.625459-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": "7cd0f0de-b536-434a-9be8-334aba3c5ce0",
            "gambit_id": "23cae5ca-cb01-4baa-9bb5-67e24c72921c",
            "last_updated": "2023-08-05T12:08:21.259619-04:00",
            "created_at": "2023-08-04T08:52:58.634160-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/9f457a72-1179-4ece-9691-da8b5dd44a87/?format=api"
        },
        {
            "id": "b5bcf06f-d422-4961-a0b6-52765ad56550",
            "gambit_id": "ce5b2587-6e9f-4dc6-ae78-57e8d4d7f0dd",
            "last_updated": "2023-08-05T12:08:21.256144-04:00",
            "created_at": "2023-08-04T08:52:58.629606-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/9f457a72-1179-4ece-9691-da8b5dd44a87/?format=api"
        }
    ]
}