GET /api/bet_types/2261534e-5c1d-45c2-87cd-dd8ab5b1223b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2261534e-5c1d-45c2-87cd-dd8ab5b1223b",
    "match": "https://api-prod.gambitprofit.com/api/matches/66e9d827-a727-4acc-acbf-c6e7ab81f0fb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-07T14:58:29.557016-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": "San Francisco Giants",
                "amount": 5980.0
            },
            {
                "team": "Colorado Rockies",
                "amount": 4020.0
            }
        ],
        "expected_reward_tokens": 9567.6,
        "profit_sb": 67.6,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "0f6e9dce-f52f-470b-a2c2-c381e4bd4704",
            "gambit_id": "68360357-2c9c-4591-b66f-e397c21b27ca",
            "last_updated": "2023-07-09T09:58:33.800556-04:00",
            "created_at": "2023-07-07T14:58:29.560275-04:00",
            "name": "San Francisco Giants",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2261534e-5c1d-45c2-87cd-dd8ab5b1223b/?format=api"
        },
        {
            "id": "6e271248-2eee-41d7-a372-887ba1a40ca6",
            "gambit_id": "05c63001-6ab2-418b-82e3-e58e920ae9cd",
            "last_updated": "2023-07-09T09:58:33.798117-04:00",
            "created_at": "2023-07-07T14:58:29.558755-04:00",
            "name": "Colorado Rockies",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2261534e-5c1d-45c2-87cd-dd8ab5b1223b/?format=api"
        }
    ]
}