GET /api/bet_types/39e6a22a-f028-40ea-8d00-2aedca1ec2ef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "39e6a22a-f028-40ea-8d00-2aedca1ec2ef",
    "match": "https://api-prod.gambitprofit.com/api/matches/3019caf1-fb26-4179-85fd-69964855bd78/?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": "BOS",
                "amount": 5492.0
            },
            {
                "team": "TOR",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "ae5e7a80-75bd-422a-995e-e0e490c36512",
            "gambit_id": "aa637a64-d947-40cf-a88c-336c386f39cb",
            "last_updated": "2022-10-01T09:22:23.439251-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39e6a22a-f028-40ea-8d00-2aedca1ec2ef/?format=api"
        },
        {
            "id": "e8414e66-65b1-4179-a393-9dd8acd500e4",
            "gambit_id": "d49105d3-4614-496a-9546-04d433b6ce2c",
            "last_updated": "2022-10-01T09:22:23.438266-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39e6a22a-f028-40ea-8d00-2aedca1ec2ef/?format=api"
        }
    ]
}