GET /api/bet_types/a8e76a2a-b01d-40df-b478-6803ab7cb60a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a8e76a2a-b01d-40df-b478-6803ab7cb60a",
    "match": "https://api-prod.gambitprofit.com/api/matches/69a02b2d-d39f-4ebd-9d5c-00c7c02b0c0f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-22T09:08:18.676108-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 213.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 213.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7cbf9158-f3a7-4078-b8aa-9a710faf6fc1",
            "gambit_id": "e41f9a8c-c102-41e5-b811-573538a8b431",
            "last_updated": "2023-11-23T16:13:03.068028-05:00",
            "created_at": "2023-11-22T09:08:18.684640-05:00",
            "name": "Game Total Under 213.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "213.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8e76a2a-b01d-40df-b478-6803ab7cb60a/?format=api"
        },
        {
            "id": "8d3b97eb-1279-4ec3-8303-9000aa6d455a",
            "gambit_id": "f0113f8d-a660-46fb-8a15-c93db6102f00",
            "last_updated": "2023-11-23T16:13:03.072179-05:00",
            "created_at": "2023-11-22T09:08:18.680821-05:00",
            "name": "Game Total Over 213.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "213.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8e76a2a-b01d-40df-b478-6803ab7cb60a/?format=api"
        }
    ]
}