GET /api/bet_types/1e094df4-a18a-4fbd-8fc9-5d9b4bd1f2e3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1e094df4-a18a-4fbd-8fc9-5d9b4bd1f2e3",
    "match": "https://api-prod.gambitprofit.com/api/matches/5bca0ce6-5657-4533-90db-a01cc8fcdaaf/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-25T11:41:55.258722-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": 5939.0
            },
            {
                "team": "LOS",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "c21fe851-3af1-4e3a-81b3-ca3e546e7067",
            "gambit_id": "31acd6d9-3b14-42a7-b476-2409476b21a8",
            "last_updated": "2023-04-26T20:37:16.200874-04:00",
            "created_at": "2023-04-25T11:41:55.261039-04:00",
            "name": "PIT",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e094df4-a18a-4fbd-8fc9-5d9b4bd1f2e3/?format=api"
        },
        {
            "id": "f7648fac-178a-429d-96b0-111e7e24c4b5",
            "gambit_id": "334b67d1-6630-40e2-a318-af8996c4ef54",
            "last_updated": "2023-04-26T20:37:16.202520-04:00",
            "created_at": "2023-04-25T11:41:55.263915-04:00",
            "name": "LOS",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e094df4-a18a-4fbd-8fc9-5d9b4bd1f2e3/?format=api"
        }
    ]
}