GET /api/bet_types/362e72f7-a603-4951-ad9d-a5236a14dfde/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "362e72f7-a603-4951-ad9d-a5236a14dfde",
    "match": "https://api-prod.gambitprofit.com/api/matches/50bc6166-0496-4e9b-82c3-431cca414898/?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": "KAN",
                "amount": 5204.0
            },
            {
                "team": "MIN",
                "amount": 4796.0
            }
        ],
        "expected_reward_tokens": 9159.04,
        "profit_sb": 159.04,
        "profit_sb_percentage": 1.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "5c2bef50-23a9-432c-895c-ed32b6374f33",
            "gambit_id": "7414dab0-e72e-42cd-9338-a6a246612f86",
            "last_updated": "2022-08-18T10:31:48.154166-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN",
            "reward": "1.76000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/362e72f7-a603-4951-ad9d-a5236a14dfde/?format=api"
        },
        {
            "id": "e7812a9e-daaa-499c-aad9-92bedcb24d72",
            "gambit_id": "50306731-9191-45bb-bd0f-a3b11bcab038",
            "last_updated": "2022-08-18T10:31:48.153775-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN",
            "reward": "1.91000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/362e72f7-a603-4951-ad9d-a5236a14dfde/?format=api"
        }
    ]
}