GET /api/bet_types/0e677ff5-894a-4ce2-a67a-b5643cce1638/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0e677ff5-894a-4ce2-a67a-b5643cce1638",
    "match": "https://api-prod.gambitprofit.com/api/matches/ec7aa143-9ec6-41c2-a0c5-4d71e5ba5b8d/?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": 5000.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "dd9f1c21-97b7-45a4-8e7e-b8e4fe7ecf7f",
            "gambit_id": "156cc9e2-b32e-468d-8dab-f99bb65217e7",
            "last_updated": "2022-12-09T09:57:13.358615-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e677ff5-894a-4ce2-a67a-b5643cce1638/?format=api"
        },
        {
            "id": "9d52b4a6-78d2-412b-992e-3367f169272d",
            "gambit_id": "f53747fc-651f-4013-a0b5-99dbb91c3a2a",
            "last_updated": "2022-12-09T09:57:13.357428-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e677ff5-894a-4ce2-a67a-b5643cce1638/?format=api"
        }
    ]
}