GET /api/bet_types/fb393a11-f4d5-4e6e-9dd9-87ce0e59c5ee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fb393a11-f4d5-4e6e-9dd9-87ce0e59c5ee",
    "match": "https://api-prod.gambitprofit.com/api/matches/c8cee6ba-0949-42d3-9524-8189692cbfd8/?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": 5000.0
            },
            {
                "team": "TOR",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9100.0,
        "profit_sb": 100.0,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "f5cbaaec-6692-4119-9587-03a530d4ee76",
            "gambit_id": "55cf003e-5107-400a-976b-632dca84663d",
            "last_updated": "2022-08-26T12:47:03.418770-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb393a11-f4d5-4e6e-9dd9-87ce0e59c5ee/?format=api"
        },
        {
            "id": "8a8c88c8-dc38-40d6-a0ff-71792fa6e422",
            "gambit_id": "7f3eb928-757b-4aae-86e8-5e6ff1da8ed6",
            "last_updated": "2022-08-26T12:47:03.419215-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb393a11-f4d5-4e6e-9dd9-87ce0e59c5ee/?format=api"
        }
    ]
}