GET /api/bet_types/f5dc8703-e653-429e-954a-9cf7bb9550b9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f5dc8703-e653-429e-954a-9cf7bb9550b9",
    "match": "https://api-prod.gambitprofit.com/api/matches/5865e3ba-37bd-4f65-91cd-c3726c91b3fa/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-26T12:43:14.949480-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": "Minnesota Twins",
                "amount": 5213.0
            },
            {
                "team": "Oakland Athletics",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "bec07514-1494-4903-bf50-7d71b45775d3",
            "gambit_id": "c7d35a2f-2905-4029-8739-98c3371a1dac",
            "last_updated": "2023-09-27T18:48:10.920493-04:00",
            "created_at": "2023-09-26T12:43:14.969332-04:00",
            "name": "Minnesota Twins",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5dc8703-e653-429e-954a-9cf7bb9550b9/?format=api"
        },
        {
            "id": "10e777a9-43aa-4dcc-a114-4d30b2c9b090",
            "gambit_id": "9aca300a-d844-47a0-aa4d-db2b1b6c941d",
            "last_updated": "2023-09-27T18:48:10.917163-04:00",
            "created_at": "2023-09-26T12:43:14.953762-04:00",
            "name": "Oakland Athletics",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5dc8703-e653-429e-954a-9cf7bb9550b9/?format=api"
        }
    ]
}