GET /api/bet_types/3f9d8756-891c-4c82-83bd-fe3e3cb20621/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3f9d8756-891c-4c82-83bd-fe3e3cb20621",
    "match": "https://api-prod.gambitprofit.com/api/matches/ad567689-554b-44dd-856c-4595d0f5539c/?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 8",
                "amount": 5109.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9145.11,
        "profit_sb": 145.11,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "75f3740e-a387-46d9-9e0c-4979773f876a",
            "gambit_id": "8437ecdd-64bc-4280-a258-602b4eeb3907",
            "last_updated": "2022-08-10T10:06:56.629974-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f9d8756-891c-4c82-83bd-fe3e3cb20621/?format=api"
        },
        {
            "id": "f5f95219-327a-4335-bb3b-4b6b3f9a0dc5",
            "gambit_id": "1a462f89-c081-4063-9cd3-296c90d9fc62",
            "last_updated": "2022-08-10T10:06:56.630473-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f9d8756-891c-4c82-83bd-fe3e3cb20621/?format=api"
        }
    ]
}