GET /api/bet_types/8a9e1eaf-cfda-42a8-a710-72abe0fca0d4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8a9e1eaf-cfda-42a8-a710-72abe0fca0d4",
    "match": "https://api-prod.gambitprofit.com/api/matches/60ea6041-6dfb-4cfc-bfa4-7045f6cc116f/?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 Over 225.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 225.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "d6cebbaf-c369-464e-8e4b-7b252b987186",
            "gambit_id": "e7102bba-844f-4716-a31a-9b288d278f5a",
            "last_updated": "2022-11-30T10:12:25.940867-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 225.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "225.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a9e1eaf-cfda-42a8-a710-72abe0fca0d4/?format=api"
        },
        {
            "id": "f1e3ea76-512b-4d92-890d-cb188d3b1294",
            "gambit_id": "341b4c5a-d1f5-4af6-a48c-6d59f07eb2fd",
            "last_updated": "2022-11-30T10:12:25.939748-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 225.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "225.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a9e1eaf-cfda-42a8-a710-72abe0fca0d4/?format=api"
        }
    ]
}