GET /api/bet_types/ab7d3852-65a3-4e66-a3a9-b5deab0468ac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ab7d3852-65a3-4e66-a3a9-b5deab0468ac",
    "match": "https://api-prod.gambitprofit.com/api/matches/490fb77b-5cbb-4867-a1c3-7b5d026a0fda/?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": "ATL",
                "amount": 5753.0
            },
            {
                "team": "WAS",
                "amount": 4247.0
            }
        ],
        "expected_reward_tokens": 9088.58,
        "profit_sb": 88.58,
        "profit_sb_percentage": 0.98,
        "recommended": true
    },
    "lines": [
        {
            "id": "e7948d11-32a3-4beb-9be0-78ac5a9d58b4",
            "gambit_id": "d881c1a6-ec85-4e7b-88e3-dd487085fb44",
            "last_updated": "2022-09-27T09:27:22.711663-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL",
            "reward": "1.58000",
            "odds": "1.66670",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab7d3852-65a3-4e66-a3a9-b5deab0468ac/?format=api"
        },
        {
            "id": "a8547f9c-47ad-4e57-a0a9-e0f0ea3bbd4d",
            "gambit_id": "db52da6e-bf78-4869-8ea2-5bf66f3516f9",
            "last_updated": "2022-09-27T09:27:22.710587-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS",
            "reward": "2.14000",
            "odds": "2.30000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab7d3852-65a3-4e66-a3a9-b5deab0468ac/?format=api"
        }
    ]
}