GET /api/bet_types/723f797a-261e-45a1-8b89-68e885c62687/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "723f797a-261e-45a1-8b89-68e885c62687",
    "match": "https://api-prod.gambitprofit.com/api/matches/5a08aea4-9260-41ad-b1e2-839824a9f183/?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 6.5",
                "amount": 5097.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "a932f8b2-8d9e-4165-b5c3-947fafb452a2",
            "gambit_id": "40cd9be1-5d4b-4618-98b4-b82ec9a1a8ca",
            "last_updated": "2022-11-08T11:07:37.485100-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/723f797a-261e-45a1-8b89-68e885c62687/?format=api"
        },
        {
            "id": "4efd65c3-ef0c-4bd1-a81f-7b35ebf848de",
            "gambit_id": "6add25fe-2bab-48b6-a3b6-2a7a0fddd862",
            "last_updated": "2022-11-08T11:07:37.483751-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/723f797a-261e-45a1-8b89-68e885c62687/?format=api"
        }
    ]
}