GET /api/bet_types/8a866908-a5db-428c-8c0c-5a54f3f8b43b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8a866908-a5db-428c-8c0c-5a54f3f8b43b",
    "match": "https://api-prod.gambitprofit.com/api/matches/8337444e-30ab-4828-a98f-cf419ae55461/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-17T13:03:07.442652-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 36.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 36.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d4ba5858-16df-4445-a798-75987d569a00",
            "gambit_id": "e8adff08-bbc1-48ce-be48-a3ebe824b1c5",
            "last_updated": "2023-08-21T20:08:17.624119-04:00",
            "created_at": "2023-08-17T13:03:07.447424-04:00",
            "name": "Game Total Over 36.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "36.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a866908-a5db-428c-8c0c-5a54f3f8b43b/?format=api"
        },
        {
            "id": "ad605806-9f74-4906-91a5-e67dff417e0b",
            "gambit_id": "b742bac9-9f89-40ff-a1ff-2cb244faeaba",
            "last_updated": "2023-08-21T20:08:17.627194-04:00",
            "created_at": "2023-08-17T13:03:07.452986-04:00",
            "name": "Game Total Under 36.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "36.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a866908-a5db-428c-8c0c-5a54f3f8b43b/?format=api"
        }
    ]
}