GET /api/bet_types/9beccc81-c3c5-4d26-a19c-3f49045c22d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9beccc81-c3c5-4d26-a19c-3f49045c22d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/f2aa6c03-0efa-4a3d-81e2-a0cef47fc7f3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-16T09:08:25.319114-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": 5107.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "dd765dd7-2214-48e2-ae82-0d4fad0d33de",
            "gambit_id": "b75a91c2-4555-4cd3-9fd4-72bd5fc8b41a",
            "last_updated": "2023-07-18T09:08:29.268068-04:00",
            "created_at": "2023-07-16T09:08:25.321069-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9beccc81-c3c5-4d26-a19c-3f49045c22d1/?format=api"
        },
        {
            "id": "ed1a95b2-a2d9-4f1d-a291-30fcb23c399d",
            "gambit_id": "57de6540-27f2-46ac-8468-3f6ad8e43cce",
            "last_updated": "2023-07-18T09:08:29.269414-04:00",
            "created_at": "2023-07-16T09:08:25.323165-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9beccc81-c3c5-4d26-a19c-3f49045c22d1/?format=api"
        }
    ]
}