GET /api/bet_types/a8b1405a-dc7a-4270-b66a-39b3825438c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a8b1405a-dc7a-4270-b66a-39b3825438c4",
    "match": "https://api-prod.gambitprofit.com/api/matches/05dcfacf-849b-4558-8e3a-ab9f625030cb/?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": 5916.0
            },
            {
                "team": "BOS",
                "amount": 4084.0
            }
        ],
        "expected_reward_tokens": 9228.96,
        "profit_sb": 228.96,
        "profit_sb_percentage": 2.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "e01f7c82-d432-4814-9a59-0b24d3e584f4",
            "gambit_id": "fde72f1c-cf37-4c98-9157-bc92743ca9c4",
            "last_updated": "2022-08-22T09:41:59.764962-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL",
            "reward": "1.56000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8b1405a-dc7a-4270-b66a-39b3825438c4/?format=api"
        },
        {
            "id": "c08dc547-be28-40f6-8111-5a2883e2ecb7",
            "gambit_id": "9a1f8b08-c93d-4e0b-86c6-efcfe28b8366",
            "last_updated": "2022-08-22T09:41:59.765429-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS",
            "reward": "2.26000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8b1405a-dc7a-4270-b66a-39b3825438c4/?format=api"
        }
    ]
}