GET /api/bet_types/d7130192-4282-4f59-9c76-779c6ed84e97/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d7130192-4282-4f59-9c76-779c6ed84e97",
    "match": "https://api-prod.gambitprofit.com/api/matches/34ea7b4e-a5f4-499c-aefd-d2d39bb5a656/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-21T08:53:25.271568-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 7.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "acf9aadb-98fd-4982-96f5-b71f779afcf6",
            "gambit_id": "2d32218f-2aeb-4f72-a1cb-a523fb3fa17a",
            "last_updated": "2023-07-22T09:47:58.712056-04:00",
            "created_at": "2023-07-21T08:53:25.275677-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7130192-4282-4f59-9c76-779c6ed84e97/?format=api"
        },
        {
            "id": "09eb33cc-2d0b-493f-9ed0-abcb774ee9a8",
            "gambit_id": "79a15b98-9d0b-4467-8c08-d3a12637dd2b",
            "last_updated": "2023-07-22T09:47:58.708926-04:00",
            "created_at": "2023-07-21T08:53:25.273556-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7130192-4282-4f59-9c76-779c6ed84e97/?format=api"
        }
    ]
}