GET /api/bet_types/a99f221a-5fcc-4645-ae0a-eafeaafe24a9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a99f221a-5fcc-4645-ae0a-eafeaafe24a9",
    "match": "https://api-prod.gambitprofit.com/api/matches/abd84f35-800c-4c89-a9bb-6cb9cf7750c9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-27T09:58:12.402676-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": "0badb69d-6453-4f6e-9c49-b790177c5616",
            "gambit_id": "78e11272-5dd0-4cbe-a1af-0f34bd518d9f",
            "last_updated": "2023-08-29T09:08:33.285320-04:00",
            "created_at": "2023-08-27T09:58:12.407761-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/a99f221a-5fcc-4645-ae0a-eafeaafe24a9/?format=api"
        },
        {
            "id": "3f784bb6-4602-49de-acdd-75a90546bebc",
            "gambit_id": "a214daa2-9c46-4e9a-a24f-3d2bd3e77fb8",
            "last_updated": "2023-08-29T09:08:33.289447-04:00",
            "created_at": "2023-08-27T09:58:12.411516-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/a99f221a-5fcc-4645-ae0a-eafeaafe24a9/?format=api"
        }
    ]
}