GET /api/bet_types/12c94093-6226-4c35-824c-3d432a2c0392/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "12c94093-6226-4c35-824c-3d432a2c0392",
    "match": "https://api-prod.gambitprofit.com/api/matches/895b1ded-a5e8-4fe1-aef2-0344457a6cc8/?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": "Los Angeles Lakers",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "12e6817a-3c6f-43c0-9c27-a85a4079c55f",
            "gambit_id": "edb4a80c-c3ee-4c79-8909-966dc184fe39",
            "last_updated": "2022-10-31T11:47:11.219009-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12c94093-6226-4c35-824c-3d432a2c0392/?format=api"
        },
        {
            "id": "450bc4e2-f92f-4343-b262-5e05344e895c",
            "gambit_id": "fe803bd7-1660-4af4-bdc2-442143671bbc",
            "last_updated": "2022-10-31T11:47:11.219954-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Nuggets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12c94093-6226-4c35-824c-3d432a2c0392/?format=api"
        }
    ]
}