GET /api/bet_types/de55a46a-adf8-49d8-b443-c3632363f125/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de55a46a-adf8-49d8-b443-c3632363f125",
    "match": "https://api-prod.gambitprofit.com/api/matches/5d07c871-de69-4dbd-bd18-afe058f2c2b6/?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": 5399.0
            },
            {
                "team": "MIA",
                "amount": 4601.0
            }
        ],
        "expected_reward_tokens": 9016.33,
        "profit_sb": 16.33,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "19ed566f-d851-4025-ba02-09e245501a58",
            "gambit_id": "541c1641-5a3a-48e5-a606-17245ae03500",
            "last_updated": "2022-09-25T21:56:59.243712-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS",
            "reward": "1.67000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de55a46a-adf8-49d8-b443-c3632363f125/?format=api"
        },
        {
            "id": "d2c8d85f-4a07-4db0-b64a-2e56e088d02d",
            "gambit_id": "68dea0ee-8a30-45da-b5b4-3dd094546aae",
            "last_updated": "2022-09-25T21:56:59.242558-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA",
            "reward": "1.96000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de55a46a-adf8-49d8-b443-c3632363f125/?format=api"
        }
    ]
}