GET /api/bet_types/1400023f-4b92-4873-b804-01038fd4a7bc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1400023f-4b92-4873-b804-01038fd4a7bc",
    "match": "https://api-prod.gambitprofit.com/api/matches/1a2e00f6-3303-4e9b-a265-3d3f8f5f7a86/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-01T09:18:20.257154-04: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": 5319.0
            },
            {
                "team": "WAS",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "daf2be3a-9c0f-4e3f-81f8-30a41748f4bb",
            "gambit_id": "4eb667b1-46b2-47b6-8833-cbf65599df60",
            "last_updated": "2023-10-03T10:08:10.698935-04:00",
            "created_at": "2023-10-01T09:18:20.266084-04:00",
            "name": "ATL",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1400023f-4b92-4873-b804-01038fd4a7bc/?format=api"
        },
        {
            "id": "4f54550c-da29-41f1-8f2d-deaf02b118f6",
            "gambit_id": "804007d3-1ed7-411f-815e-7c82367850a4",
            "last_updated": "2023-10-03T10:08:10.693268-04:00",
            "created_at": "2023-10-01T09:18:20.261055-04:00",
            "name": "WAS",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1400023f-4b92-4873-b804-01038fd4a7bc/?format=api"
        }
    ]
}