GET /api/bet_types/5f66dad1-32f8-486f-9676-7fcda02f50d0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5f66dad1-32f8-486f-9676-7fcda02f50d0",
    "match": "https://api-prod.gambitprofit.com/api/matches/a8c461f8-c870-4a2a-b314-e6021bd9bd5a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-06T11:51:57.200439-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 9.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "382a52dc-0083-4333-8272-8684da201aa3",
            "gambit_id": "3a8b17bc-8189-4f68-9d56-684d23fae5cf",
            "last_updated": "2023-05-07T11:57:16.570656-04:00",
            "created_at": "2023-05-06T11:51:57.201805-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f66dad1-32f8-486f-9676-7fcda02f50d0/?format=api"
        },
        {
            "id": "2fa21f28-13e0-48fa-87fa-b635e196fcf4",
            "gambit_id": "792f11f1-9645-4ee1-af82-777c8165883d",
            "last_updated": "2023-05-07T11:57:16.572003-04:00",
            "created_at": "2023-05-06T11:51:57.203316-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f66dad1-32f8-486f-9676-7fcda02f50d0/?format=api"
        }
    ]
}