GET /api/bet_types/09369360-423d-4290-8e10-d34edd337240/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "09369360-423d-4290-8e10-d34edd337240",
    "match": "https://api-prod.gambitprofit.com/api/matches/b6e5279f-edc5-4446-9701-f590302ad8c8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-03T11:23:16.357818-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 230",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 230",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "17c0c33b-ddf6-44f5-9d71-47f240406db4",
            "gambit_id": "f912c63a-4fdb-4714-9e81-ab628ed65300",
            "last_updated": "2023-11-04T10:38:17.032126-04:00",
            "created_at": "2023-11-03T11:23:16.361731-04:00",
            "name": "Game Total Over 230",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "230.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09369360-423d-4290-8e10-d34edd337240/?format=api"
        },
        {
            "id": "3d0de861-1c24-4b17-ae6b-2d9dc13cbb1c",
            "gambit_id": "65f6cb2d-6a85-478f-8c04-dec28a37f581",
            "last_updated": "2023-11-04T10:38:17.035497-04:00",
            "created_at": "2023-11-03T11:23:16.366069-04:00",
            "name": "Game Total Under 230",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "230.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09369360-423d-4290-8e10-d34edd337240/?format=api"
        }
    ]
}