GET /api/bet_types/5cd34b23-a117-441b-b515-f85b0f55b54e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5cd34b23-a117-441b-b515-f85b0f55b54e",
    "match": "https://api-prod.gambitprofit.com/api/matches/a113b72a-c3af-4e37-a820-2f8a8c7aea85/?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": "SEA",
                "amount": 5207.0
            },
            {
                "team": "OAK",
                "amount": 4793.0
            }
        ],
        "expected_reward_tokens": 9058.77,
        "profit_sb": 58.77,
        "profit_sb_percentage": 0.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "abe5f44d-59b4-4d3a-b08a-1c69d5c2ec0e",
            "gambit_id": "c93188c7-9fe3-4031-9cdd-3c4a16be881e",
            "last_updated": "2022-09-21T16:11:54.118074-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA",
            "reward": "1.74000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5cd34b23-a117-441b-b515-f85b0f55b54e/?format=api"
        },
        {
            "id": "96135be4-9708-4f02-a68a-51f053558073",
            "gambit_id": "e884c662-5912-43f5-a7dd-440282d99319",
            "last_updated": "2022-09-21T16:11:54.116943-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK",
            "reward": "1.89000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5cd34b23-a117-441b-b515-f85b0f55b54e/?format=api"
        }
    ]
}