GET /api/bet_types/b6172b0d-31c5-4285-a457-f4faa914abe0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b6172b0d-31c5-4285-a457-f4faa914abe0",
    "match": "https://api-prod.gambitprofit.com/api/matches/64d28b43-77f8-4ca2-b9c1-716178b6c421/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-24T13:08:01.570821-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 9.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "15723927-e985-4bd1-a544-20de224d3e83",
            "gambit_id": "8c7d7a74-ad1e-4851-b7d4-58e988bc4159",
            "last_updated": "2023-07-25T16:33:04.131524-04:00",
            "created_at": "2023-07-24T13:08:01.577096-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6172b0d-31c5-4285-a457-f4faa914abe0/?format=api"
        },
        {
            "id": "67a98528-5cd3-4645-bf1a-95e97400e83d",
            "gambit_id": "736971bf-5ded-4845-a738-deeb990c9597",
            "last_updated": "2023-07-25T16:33:04.136207-04:00",
            "created_at": "2023-07-24T13:08:01.582904-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6172b0d-31c5-4285-a457-f4faa914abe0/?format=api"
        }
    ]
}