GET /api/bet_types/21492573-4b80-4de6-8767-858408d4a9ec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "21492573-4b80-4de6-8767-858408d4a9ec",
    "match": "https://api-prod.gambitprofit.com/api/matches/38b4afe8-82bc-44bd-bb37-58b7bb34dfb5/?format=api",
    "name": "Pick the Winner",
    "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": "HOU (F Valdez)",
                "amount": 6395.0
            },
            {
                "team": "CLE (H Gaddis)",
                "amount": 3605.0
            }
        ],
        "expected_reward_tokens": 9336.7,
        "profit_sb": 336.7,
        "profit_sb_percentage": 3.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "15b74ac8-71ff-4495-a437-0accf08114bb",
            "gambit_id": "5ca6ffae-c97d-45ff-b3ca-3286795c4d19",
            "last_updated": "2022-08-06T10:57:03.906433-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU (F Valdez)",
            "reward": "1.46000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21492573-4b80-4de6-8767-858408d4a9ec/?format=api"
        },
        {
            "id": "a328e279-195c-40dd-9fe1-cb5ecd5a12f4",
            "gambit_id": "348b59ce-6259-4879-b81d-17007da7380a",
            "last_updated": "2022-08-06T10:57:03.906010-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE (H Gaddis)",
            "reward": "2.59000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21492573-4b80-4de6-8767-858408d4a9ec/?format=api"
        }
    ]
}