GET /api/bet_types/9167707b-c0d1-4f15-8e8a-73442744cf85/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9167707b-c0d1-4f15-8e8a-73442744cf85",
    "match": "https://api-prod.gambitprofit.com/api/matches/a5b4f073-2163-4913-8774-023765d49d00/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-14T19:52:11.003914-04: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 128",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 128",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "da4fe4d8-625e-4f2b-a849-8142f886e7ba",
            "gambit_id": "475e455b-5bc1-4b8f-bf44-35f3e8ed6fde",
            "last_updated": "2023-03-17T10:37:23.527330-04:00",
            "created_at": "2023-03-14T19:52:11.007950-04:00",
            "name": "Game Total Over 128",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "128.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9167707b-c0d1-4f15-8e8a-73442744cf85/?format=api"
        },
        {
            "id": "1ddf69ce-1625-465a-82d0-d0473ae2aa88",
            "gambit_id": "554c99c1-0dc0-4e1b-ab2e-6082e348d8a4",
            "last_updated": "2023-03-17T10:37:23.526230-04:00",
            "created_at": "2023-03-14T19:52:11.005780-04:00",
            "name": "Game Total Under 128",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "128.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9167707b-c0d1-4f15-8e8a-73442744cf85/?format=api"
        }
    ]
}