GET /api/bet_types/d0172b53-3ea3-480e-86bd-947f37ae3f25/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d0172b53-3ea3-480e-86bd-947f37ae3f25",
    "match": "https://api-prod.gambitprofit.com/api/matches/d3a87bd3-7332-450f-96e8-4a2736360ff8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-14T09:33:05.283593-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 7.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "a6b99c33-e86a-4685-b192-e1f4abb4ffbc",
            "gambit_id": "98858312-8ac4-4366-8fac-7a1f208fd1eb",
            "last_updated": "2023-09-15T16:08:14.848344-04:00",
            "created_at": "2023-09-14T09:33:05.297712-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0172b53-3ea3-480e-86bd-947f37ae3f25/?format=api"
        },
        {
            "id": "a6b05b75-5100-440b-affa-841a650055e3",
            "gambit_id": "f1529874-0ae8-4865-8f67-620a3a964b1d",
            "last_updated": "2023-09-15T16:08:14.852553-04:00",
            "created_at": "2023-09-14T09:33:05.307256-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0172b53-3ea3-480e-86bd-947f37ae3f25/?format=api"
        }
    ]
}