GET /api/bet_types/bd67aecd-44ef-4702-bcea-407b4e5f387c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd67aecd-44ef-4702-bcea-407b4e5f387c",
    "match": "https://api-prod.gambitprofit.com/api/matches/6426ca70-ccc5-4c63-9685-88ca9cd836a3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-14T19:52:09.738271-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 Under 131",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 131",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "db6fe445-b842-4b1d-ae7d-601d25c40718",
            "gambit_id": "a62a419c-2872-47a3-bc2e-2963971f5000",
            "last_updated": "2023-03-17T10:47:25.068503-04:00",
            "created_at": "2023-03-14T19:52:09.739700-04:00",
            "name": "Game Total Under 131",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "131.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd67aecd-44ef-4702-bcea-407b4e5f387c/?format=api"
        },
        {
            "id": "648011d9-51bf-4336-bc26-09b1a1bc3e8d",
            "gambit_id": "8f7436ce-4901-453b-bb1f-bb114d72ffa1",
            "last_updated": "2023-03-17T10:47:25.069833-04:00",
            "created_at": "2023-03-14T19:52:09.741246-04:00",
            "name": "Game Total Over 131",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "131.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd67aecd-44ef-4702-bcea-407b4e5f387c/?format=api"
        }
    ]
}