GET /api/bet_types/38ee81d1-d633-4da8-a427-4045298420ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "38ee81d1-d633-4da8-a427-4045298420ce",
    "match": "https://api-prod.gambitprofit.com/api/matches/1e30d2d3-d944-4b7d-b662-bb5a365acd26/?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": "San Jose Sharks",
                "amount": 6825.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 3175.0
            }
        ],
        "expected_reward_tokens": 9144.0,
        "profit_sb": 144.0,
        "profit_sb_percentage": 1.6,
        "recommended": true
    },
    "lines": [
        {
            "id": "42b157b8-5369-4fea-9570-327ba51be968",
            "gambit_id": "64954b9a-4433-4a24-b946-063ad6ed87f2",
            "last_updated": "2022-11-28T14:02:14.085055-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose Sharks",
            "reward": "1.34000",
            "odds": "1.39220",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38ee81d1-d633-4da8-a427-4045298420ce/?format=api"
        },
        {
            "id": "b31161fa-4e68-4831-ab79-1dd61566c8e9",
            "gambit_id": "b366589d-3846-4709-9087-e6231439208a",
            "last_updated": "2022-11-28T14:02:14.086300-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.88000",
            "odds": "3.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38ee81d1-d633-4da8-a427-4045298420ce/?format=api"
        }
    ]
}