GET /api/bet_types/60f61588-ed30-48e3-9e12-042c1dba42fd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "60f61588-ed30-48e3-9e12-042c1dba42fd",
    "match": "https://api-prod.gambitprofit.com/api/matches/0a15e618-e348-49d6-b0ea-2a34d6ff8b36/?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": "WAS",
                "amount": 5588.0
            },
            {
                "team": "CHC",
                "amount": 4412.0
            }
        ],
        "expected_reward_tokens": 9220.2,
        "profit_sb": 220.2,
        "profit_sb_percentage": 2.45,
        "recommended": true
    },
    "lines": [
        {
            "id": "9833465d-835e-4883-a0d3-2fd978cfb790",
            "gambit_id": "4f462412-f283-498f-9cae-d1fa3d103021",
            "last_updated": "2022-08-16T11:46:48.683045-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS",
            "reward": "1.65000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60f61588-ed30-48e3-9e12-042c1dba42fd/?format=api"
        },
        {
            "id": "1d5634eb-de2e-400c-9fe4-4dcc8ca61b66",
            "gambit_id": "ca94e4d9-bfd8-4ea0-9ea1-a93c517bf4d7",
            "last_updated": "2022-08-16T11:46:48.683475-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC",
            "reward": "2.09000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60f61588-ed30-48e3-9e12-042c1dba42fd/?format=api"
        }
    ]
}