GET /api/bet_types/529ec49c-36ae-428e-a6c5-a7dcc4b00d6d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "529ec49c-36ae-428e-a6c5-a7dcc4b00d6d",
    "match": "https://api-prod.gambitprofit.com/api/matches/c19be247-acb4-40ff-bb56-50a957de2899/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-11T09:38:14.270141-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": "Washington Capitals",
                "amount": 6698.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 3302.0
            }
        ],
        "expected_reward_tokens": 9443.72,
        "profit_sb": -56.28,
        "profit_sb_percentage": -0.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "97742050-55c4-467d-9f43-eb0a008b5edf",
            "gambit_id": "b91d7a0f-1d54-4496-8bd5-3cb4dcf19281",
            "last_updated": "2024-01-15T09:53:16.206910-05:00",
            "created_at": "2024-01-11T09:38:14.278119-05:00",
            "name": "Washington Capitals",
            "reward": "1.41000",
            "odds": "1.42550",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/529ec49c-36ae-428e-a6c5-a7dcc4b00d6d/?format=api"
        },
        {
            "id": "760bc64d-d051-4291-86f2-a03372c1c1fb",
            "gambit_id": "bf6bdf7c-516d-4631-85d4-74790412dc65",
            "last_updated": "2024-01-15T09:53:16.203612-05:00",
            "created_at": "2024-01-11T09:38:14.274093-05:00",
            "name": "Seattle Kraken",
            "reward": "2.86000",
            "odds": "2.95000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/529ec49c-36ae-428e-a6c5-a7dcc4b00d6d/?format=api"
        }
    ]
}