GET /api/bet_types/ba980f74-09f7-4a8a-b2df-0303c958c5fd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ba980f74-09f7-4a8a-b2df-0303c958c5fd",
    "match": "https://api-prod.gambitprofit.com/api/matches/da8f297e-dc3a-4eb2-a04a-51fca21980fc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-23T11:47:56.396976-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": "8c09a66d-0cb9-4215-935c-e67029af266a",
            "gambit_id": "56c77cbc-b4b6-447d-a9f2-d318b95309a4",
            "last_updated": "2023-07-24T13:33:10.761538-04:00",
            "created_at": "2023-07-23T11:47:56.401604-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/ba980f74-09f7-4a8a-b2df-0303c958c5fd/?format=api"
        },
        {
            "id": "1996babe-3987-4814-8229-710df8b2c6da",
            "gambit_id": "ddd8bd56-c39f-4eda-8e05-6480a41ba213",
            "last_updated": "2023-07-24T13:33:10.764921-04:00",
            "created_at": "2023-07-23T11:47:56.405467-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/ba980f74-09f7-4a8a-b2df-0303c958c5fd/?format=api"
        }
    ]
}