GET /api/bet_types/4681792a-bc08-4d5d-a3a1-7090218551f7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4681792a-bc08-4d5d-a3a1-7090218551f7",
    "match": "https://api-prod.gambitprofit.com/api/matches/20522f6b-87c3-433a-bbcc-badede3dd49b/?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": "Indiana Pacers",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "96fdd38e-1699-4271-85fa-df3e131ccd49",
            "gambit_id": "c11805b3-d84b-4c44-8f0f-837827b3dac8",
            "last_updated": "2022-11-28T13:52:13.019849-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana Pacers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4681792a-bc08-4d5d-a3a1-7090218551f7/?format=api"
        },
        {
            "id": "2588ae47-4476-4a80-aecc-2732009ffc9d",
            "gambit_id": "ba1fd246-195a-4b9a-aa9c-88d364e8eb54",
            "last_updated": "2022-11-28T13:52:13.017180-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4681792a-bc08-4d5d-a3a1-7090218551f7/?format=api"
        }
    ]
}