GET /api/bet_types/27604491-26e0-41fd-aa65-38e4856eb47f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "27604491-26e0-41fd-aa65-38e4856eb47f",
    "match": "https://api-prod.gambitprofit.com/api/matches/32c2c366-5b03-414a-bc34-12e8daedf4da/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-20T08:33:12.320655-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": "CWS",
                "amount": 5614.0
            },
            {
                "team": "NYM",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "e9079f8c-a060-44fa-95af-53fee1ffdaaf",
            "gambit_id": "2f43f77b-d4ce-4eb5-83a4-e71e6b39cd39",
            "last_updated": "2023-07-22T09:43:04.279426-04:00",
            "created_at": "2023-07-20T08:33:12.322027-04:00",
            "name": "CWS",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27604491-26e0-41fd-aa65-38e4856eb47f/?format=api"
        },
        {
            "id": "82b242c0-9521-4ae8-894d-f31e08a25a8e",
            "gambit_id": "f66d4a06-8f52-45c7-b2c1-7b159fa54137",
            "last_updated": "2023-07-22T09:43:04.282814-04:00",
            "created_at": "2023-07-20T08:33:12.323619-04:00",
            "name": "NYM",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27604491-26e0-41fd-aa65-38e4856eb47f/?format=api"
        }
    ]
}