GET /api/bet_types/8c7e430e-a764-4277-8b83-7b2ee2aaa441/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c7e430e-a764-4277-8b83-7b2ee2aaa441",
    "match": "https://api-prod.gambitprofit.com/api/matches/4c56fca8-8798-4463-9773-0936658ef3eb/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 49.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 49.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "0a57bf1b-c461-4ebb-9394-a969ec5f1417",
            "gambit_id": "f66d924c-8570-4f72-bbad-707f17ef89f2",
            "last_updated": "2022-11-06T09:03:36.555181-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 49.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "49.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c7e430e-a764-4277-8b83-7b2ee2aaa441/?format=api"
        },
        {
            "id": "f8c191a7-957a-44c1-9b2b-35395d55a353",
            "gambit_id": "1b7667b9-5f30-4fec-830f-d26f8a268bbd",
            "last_updated": "2022-11-06T09:03:36.556602-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 49.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "49.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c7e430e-a764-4277-8b83-7b2ee2aaa441/?format=api"
        }
    ]
}