GET /api/bet_types/fad641ee-5a32-4061-a582-36c9186a2fa2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fad641ee-5a32-4061-a582-36c9186a2fa2",
    "match": "https://api-prod.gambitprofit.com/api/matches/78f9cf64-9838-4ec9-851c-47b2594bb9fb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-02T09:28:02.525168-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": "KAN",
                "amount": 5423.0
            },
            {
                "team": "NYM",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "2c2354aa-0982-4ba9-806d-746874ca5007",
            "gambit_id": "3a57b4a6-95e8-4cb5-9174-103d36fc93dd",
            "last_updated": "2023-08-04T09:28:07.414093-04:00",
            "created_at": "2023-08-02T09:28:02.539434-04:00",
            "name": "KAN",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fad641ee-5a32-4061-a582-36c9186a2fa2/?format=api"
        },
        {
            "id": "d4e42277-c415-4728-9dd3-4b097048ba36",
            "gambit_id": "81087ce3-6f4d-42f7-9513-9d1f3270ead2",
            "last_updated": "2023-08-04T09:28:07.410028-04:00",
            "created_at": "2023-08-02T09:28:02.532634-04:00",
            "name": "NYM",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fad641ee-5a32-4061-a582-36c9186a2fa2/?format=api"
        }
    ]
}