GET /api/bet_types/289948b9-e290-4e92-8578-753f5bfb047a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "289948b9-e290-4e92-8578-753f5bfb047a",
    "match": "https://api-prod.gambitprofit.com/api/matches/8155c72d-db38-4ef0-9e8d-80cda9248cb5/?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 58.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 58.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "5984f472-1cf8-43c7-be8a-d7d23b76476d",
            "gambit_id": "3c007d84-e4b9-411a-a05e-f3d1fcf0a42c",
            "last_updated": "2022-10-11T10:57:32.983528-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 58.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "58.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/289948b9-e290-4e92-8578-753f5bfb047a/?format=api"
        },
        {
            "id": "ae9660d3-e180-435e-9961-b7ca25e41f5b",
            "gambit_id": "2910797b-1e51-452b-be01-7e4202904504",
            "last_updated": "2022-10-11T10:57:32.982457-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 58.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "58.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/289948b9-e290-4e92-8578-753f5bfb047a/?format=api"
        }
    ]
}