GET /api/bet_types/dbcf2d24-6ffa-4f96-837a-d19f2cb8af83/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dbcf2d24-6ffa-4f96-837a-d19f2cb8af83",
    "match": "https://api-prod.gambitprofit.com/api/matches/67fdf5a2-d4e0-405d-9e9b-bb801706464b/?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": "BAL",
                "amount": 5204.0
            },
            {
                "team": "TOR",
                "amount": 4796.0
            }
        ],
        "expected_reward_tokens": 9159.04,
        "profit_sb": 159.04,
        "profit_sb_percentage": 1.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "2001f5da-54f2-49bf-a6e7-7d1b95c65924",
            "gambit_id": "8d0f6f8b-a050-4d6a-a229-db59873ccd1a",
            "last_updated": "2022-08-17T09:42:05.191760-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL",
            "reward": "1.76000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbcf2d24-6ffa-4f96-837a-d19f2cb8af83/?format=api"
        },
        {
            "id": "bc91a78e-3e98-4920-a88a-35888d0914b0",
            "gambit_id": "56a3b47f-9a1e-4984-a6d6-7d1941fd9f04",
            "last_updated": "2022-08-17T09:42:05.191311-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR",
            "reward": "1.91000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbcf2d24-6ffa-4f96-837a-d19f2cb8af83/?format=api"
        }
    ]
}