GET /api/bet_types/6de919ff-1c9b-4d77-80a8-6d5857eaed33/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6de919ff-1c9b-4d77-80a8-6d5857eaed33",
    "match": "https://api-prod.gambitprofit.com/api/matches/a22e2853-8cd5-46f3-ac3a-51e61a41b582/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-09T00:32:01.016603-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 2.5",
                "amount": 5255.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4745.0
            }
        ],
        "expected_reward_tokens": 9300.2,
        "profit_sb": -199.8,
        "profit_sb_percentage": -2.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "10def08e-c02e-4bc9-9ace-065b4ea9c1ac",
            "gambit_id": "4c59d20f-96cf-40f0-aff8-868dd52e1a28",
            "last_updated": "2023-04-10T15:07:14.265420-04:00",
            "created_at": "2023-04-09T00:32:01.020176-04:00",
            "name": "Game Total Under 2.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6de919ff-1c9b-4d77-80a8-6d5857eaed33/?format=api"
        },
        {
            "id": "054491bf-9099-4c91-b737-d5b15c5d8d0c",
            "gambit_id": "aa1f37c9-7630-46fb-89bf-f762c80b9829",
            "last_updated": "2023-04-10T15:07:14.267472-04:00",
            "created_at": "2023-04-09T00:32:01.023147-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6de919ff-1c9b-4d77-80a8-6d5857eaed33/?format=api"
        }
    ]
}