GET /api/bet_types/6a05d3a2-fb8d-4001-b584-d90ec1f11b1b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6a05d3a2-fb8d-4001-b584-d90ec1f11b1b",
    "match": "https://api-prod.gambitprofit.com/api/matches/1429e932-eec9-4f57-a428-e1a7b83a3458/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-17T10:28:00.499659-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": "PIT",
                "amount": 5319.0
            },
            {
                "team": "NYY",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "c844c18f-67f7-43e6-99d7-a7f91d7c5e3e",
            "gambit_id": "aa765b98-a03b-469a-8981-89047c44443c",
            "last_updated": "2023-09-18T23:03:08.420976-04:00",
            "created_at": "2023-09-17T10:28:00.508266-04:00",
            "name": "PIT",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a05d3a2-fb8d-4001-b584-d90ec1f11b1b/?format=api"
        },
        {
            "id": "467d3973-271f-48ae-98a5-a30e7178866a",
            "gambit_id": "a35397a0-4a83-44cd-98bd-8c360f082349",
            "last_updated": "2023-09-18T23:03:08.417607-04:00",
            "created_at": "2023-09-17T10:28:00.503606-04:00",
            "name": "NYY",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a05d3a2-fb8d-4001-b584-d90ec1f11b1b/?format=api"
        }
    ]
}