GET /api/bet_types/4970ecfd-9414-4674-ae0b-418d60b7de0e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4970ecfd-9414-4674-ae0b-418d60b7de0e",
    "match": "https://api-prod.gambitprofit.com/api/matches/ecd4ed7e-addc-40ef-986a-ac8f602e37f4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-14T09:13:24.645378-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 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "bdbf4ebc-2c98-4db2-8065-57c44d4f6649",
            "gambit_id": "740a3577-f8e0-4411-8df0-f1550e0f6914",
            "last_updated": "2023-07-15T08:58:10.518202-04:00",
            "created_at": "2023-07-14T09:13:24.646897-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4970ecfd-9414-4674-ae0b-418d60b7de0e/?format=api"
        },
        {
            "id": "bcfcb18f-5056-43c8-92a0-90ba573fbad3",
            "gambit_id": "a296aeb5-02ec-43b0-8dc8-17a6f13aa13c",
            "last_updated": "2023-07-15T08:58:10.519545-04:00",
            "created_at": "2023-07-14T09:13:24.648545-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4970ecfd-9414-4674-ae0b-418d60b7de0e/?format=api"
        }
    ]
}