GET /api/bet_types/d1adede5-bdce-4a25-a807-a1ebbcc2d87f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d1adede5-bdce-4a25-a807-a1ebbcc2d87f",
    "match": "https://api-prod.gambitprofit.com/api/matches/f0ccbcd1-a3fa-4b16-a816-d18e25cf24ce/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 8.5",
                "amount": 5110.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9044.7,
        "profit_sb": 44.7,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "43f68278-21e2-454f-bd45-7b09c3f4bb68",
            "gambit_id": "2b572b63-067d-49bb-b05a-5605ce23441f",
            "last_updated": "2022-09-11T18:22:15.452261-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1adede5-bdce-4a25-a807-a1ebbcc2d87f/?format=api"
        },
        {
            "id": "e61e35c5-6a1c-42a6-a7a0-4ffe0b6cf400",
            "gambit_id": "5556e09e-0236-490c-bd75-1b577077c82b",
            "last_updated": "2022-09-11T18:22:15.453215-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1adede5-bdce-4a25-a807-a1ebbcc2d87f/?format=api"
        }
    ]
}