GET /api/bet_types/e305f4e4-5d84-47ca-8ad1-265a6adf4b9d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e305f4e4-5d84-47ca-8ad1-265a6adf4b9d",
    "match": "https://api-prod.gambitprofit.com/api/matches/f1082966-edea-46a8-acf6-73ca9f18092b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-25T09:46:53.088406-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": "Orlando Magic",
                "amount": 6401.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 3599.0
            }
        ],
        "expected_reward_tokens": 9537.35,
        "profit_sb": 37.35,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "0a300092-990f-435c-8c5b-07fb48f37116",
            "gambit_id": "ac49af74-7c96-48b4-9a9e-ef95a0b0460c",
            "last_updated": "2023-01-26T10:57:00.796635-05:00",
            "created_at": "2023-01-25T09:46:53.089573-05:00",
            "name": "Orlando Magic",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e305f4e4-5d84-47ca-8ad1-265a6adf4b9d/?format=api"
        },
        {
            "id": "b9112a2c-b6c7-4b79-9de7-81fcee50af93",
            "gambit_id": "a16362c9-46cc-41c1-b235-d1b96792ce4d",
            "last_updated": "2023-01-26T10:57:00.797915-05:00",
            "created_at": "2023-01-25T09:46:53.090954-05:00",
            "name": "Indiana Pacers",
            "reward": "2.65000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e305f4e4-5d84-47ca-8ad1-265a6adf4b9d/?format=api"
        }
    ]
}