GET /api/bet_types/881b2510-1722-42fb-a757-7db15f3185a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "881b2510-1722-42fb-a757-7db15f3185a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/3385e479-7c94-41b9-b625-07cfe46e8d74/?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": "HOU",
                "amount": 6563.0
            },
            {
                "team": "NYY",
                "amount": 3437.0
            }
        ],
        "expected_reward_tokens": 9450.72,
        "profit_sb": -49.28,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "2478fba0-5429-4f55-b7e6-02c7ca74bc5b",
            "gambit_id": "9b415055-e686-400d-ba0b-80c3e9ba60eb",
            "last_updated": "2022-10-24T10:37:22.401311-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/881b2510-1722-42fb-a757-7db15f3185a3/?format=api"
        },
        {
            "id": "fd490f03-3f75-41b0-8059-1a84277bf770",
            "gambit_id": "1d018deb-96ca-4a8e-b923-36cb0e9609fd",
            "last_updated": "2022-10-24T10:37:22.402277-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY",
            "reward": "2.75000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/881b2510-1722-42fb-a757-7db15f3185a3/?format=api"
        }
    ]
}