GET /api/bet_types/a86dc985-79ec-4a9e-bc87-a46022c404d7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a86dc985-79ec-4a9e-bc87-a46022c404d7",
    "match": "https://api-prod.gambitprofit.com/api/matches/27998f83-c2cc-4d3c-bad9-981c025f0b84/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-11T09:32:15.564371-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 222",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 222",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e31a74d1-231f-4bcc-83ab-5f325487a4f8",
            "gambit_id": "852f18c8-2c5c-4f13-a841-e2360e76551b",
            "last_updated": "2023-03-13T10:27:14.591337-04:00",
            "created_at": "2023-03-11T09:32:15.568641-05:00",
            "name": "Game Total Over 222",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "222.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a86dc985-79ec-4a9e-bc87-a46022c404d7/?format=api"
        },
        {
            "id": "5fdd10e2-f026-48fd-b886-78ff5664922f",
            "gambit_id": "ec8786dc-46d5-496d-ae53-2a28ad470f00",
            "last_updated": "2023-03-13T10:27:14.589899-04:00",
            "created_at": "2023-03-11T09:32:15.566505-05:00",
            "name": "Game Total Under 222",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "222.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a86dc985-79ec-4a9e-bc87-a46022c404d7/?format=api"
        }
    ]
}