GET /api/bet_types/3f6d4738-22b1-4312-8ab1-70929d342ed3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3f6d4738-22b1-4312-8ab1-70929d342ed3",
    "match": "https://api-prod.gambitprofit.com/api/matches/812be2b0-cd91-4d53-9d51-197212f8333b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-07T08:38:24.944287-05: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 6.5",
                "amount": 5094.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "202e6403-cd61-42cc-a4f7-397bf0e55fa0",
            "gambit_id": "e8b4349a-4a24-4de0-bc47-85e3c902acfe",
            "last_updated": "2023-11-08T17:48:21.538125-05:00",
            "created_at": "2023-11-07T08:38:24.952160-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f6d4738-22b1-4312-8ab1-70929d342ed3/?format=api"
        },
        {
            "id": "6ed39c03-5373-43e5-989f-16a4daf9dea1",
            "gambit_id": "c238af7c-777b-4f70-a28b-6c70c400f534",
            "last_updated": "2023-11-08T17:48:21.534173-05:00",
            "created_at": "2023-11-07T08:38:24.947903-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f6d4738-22b1-4312-8ab1-70929d342ed3/?format=api"
        }
    ]
}