GET /api/bet_types/4d7264a7-c7aa-4023-a34d-79a92dfd6989/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4d7264a7-c7aa-4023-a34d-79a92dfd6989",
    "match": "https://api-prod.gambitprofit.com/api/matches/65cfb84f-91b3-48d8-a04d-e8153a2d5dc2/?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 10.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 10.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "813bb415-e82d-4d21-9847-96b34c7c90c6",
            "gambit_id": "26c3ad4d-e329-45b5-998f-20c1eb1bd48f",
            "last_updated": "2022-09-26T10:27:11.645763-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 10.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d7264a7-c7aa-4023-a34d-79a92dfd6989/?format=api"
        },
        {
            "id": "6bc0b116-0a4e-479b-ab55-abf89b6929f6",
            "gambit_id": "cd6b73f4-0964-4404-8896-b5b8785dc407",
            "last_updated": "2022-09-26T10:27:11.647014-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 10.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d7264a7-c7aa-4023-a34d-79a92dfd6989/?format=api"
        }
    ]
}