GET /api/bet_types/04bb682b-7c20-41c9-8799-aab251e72f46/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "04bb682b-7c20-41c9-8799-aab251e72f46",
    "match": "https://api-prod.gambitprofit.com/api/matches/af807aed-2117-4aed-ac28-5ba9102e25ca/?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": "SEA",
                "amount": 5205.0
            },
            {
                "team": "OAK",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "4292e689-471c-447e-9b8a-c4046549c504",
            "gambit_id": "bfc3a06d-34c2-4be0-acfa-161e0315ec0a",
            "last_updated": "2022-08-22T09:41:59.358059-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04bb682b-7c20-41c9-8799-aab251e72f46/?format=api"
        },
        {
            "id": "54cf72ab-2c2b-481e-9953-955ad8912b03",
            "gambit_id": "b9acec28-2d26-48d3-9f00-ef0aa3ad4310",
            "last_updated": "2022-08-22T09:41:59.357606-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04bb682b-7c20-41c9-8799-aab251e72f46/?format=api"
        }
    ]
}