GET /api/bet_types/d3824c4c-f44e-4c1e-9b93-74e6392cfd9a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d3824c4c-f44e-4c1e-9b93-74e6392cfd9a",
    "match": "https://api-prod.gambitprofit.com/api/matches/bf663ad9-80e9-44d7-9ca9-37ecfee4a6ad/?format=api",
    "name": "Play the Odds",
    "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": "LAA",
                "amount": 5000.0
            },
            {
                "team": "SEA",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "cb841bdc-aadb-4e3b-a5c3-89b18f9aeb16",
            "gambit_id": "97df2bb8-13d7-400c-bd5c-6e21ec2946a7",
            "last_updated": "2022-08-18T10:31:51.555818-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3824c4c-f44e-4c1e-9b93-74e6392cfd9a/?format=api"
        },
        {
            "id": "a4ab1c20-c472-41cd-a10c-916ec6fed4d3",
            "gambit_id": "754eb8c8-7fc6-4169-a1e0-68e28f18e3d1",
            "last_updated": "2022-08-18T10:31:51.556282-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3824c4c-f44e-4c1e-9b93-74e6392cfd9a/?format=api"
        }
    ]
}