GET /api/bet_types/1de4c8ca-06bb-4dc2-bc7d-402e3fd2f59a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1de4c8ca-06bb-4dc2-bc7d-402e3fd2f59a",
    "match": "https://api-prod.gambitprofit.com/api/matches/ede05ceb-7962-40eb-8f4e-2c216846a484/?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 Clippers",
                "amount": 5000.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "992009fd-3c9c-4062-bafb-2a8ec27b51af",
            "gambit_id": "1b6c479b-7191-4ef4-a9ff-e26b1e0f1a46",
            "last_updated": "2022-11-14T11:33:11.765731-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1de4c8ca-06bb-4dc2-bc7d-402e3fd2f59a/?format=api"
        },
        {
            "id": "09991a26-4d56-4410-bdf7-2a5668afc7a5",
            "gambit_id": "8d65d23c-af77-4959-8639-ca65dc7a1c8c",
            "last_updated": "2022-11-14T11:33:11.766873-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1de4c8ca-06bb-4dc2-bc7d-402e3fd2f59a/?format=api"
        }
    ]
}