GET /api/bet_types/3a5783e2-b395-4896-a4ad-7b8ed2904973/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a5783e2-b395-4896-a4ad-7b8ed2904973",
    "match": "https://api-prod.gambitprofit.com/api/matches/c9ace46c-36a6-4691-9f6c-ae3b4e345745/?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": 5304.0
            },
            {
                "team": "TOR",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "34218ef1-a749-4588-a54c-f411ac5f42f6",
            "gambit_id": "11500ec1-da52-4cec-a7b6-3858322af119",
            "last_updated": "2022-09-19T11:57:17.469447-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a5783e2-b395-4896-a4ad-7b8ed2904973/?format=api"
        },
        {
            "id": "42042a2e-1b13-4ae8-83a2-ed22efea9d65",
            "gambit_id": "b6d74b5a-b834-4dce-a67f-0b63c2bb30b1",
            "last_updated": "2022-09-19T11:57:17.468453-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a5783e2-b395-4896-a4ad-7b8ed2904973/?format=api"
        }
    ]
}