GET /api/bet_types/38b17c1e-656a-4d0a-ae95-023b3d8e875b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "38b17c1e-656a-4d0a-ae95-023b3d8e875b",
    "match": "https://api-prod.gambitprofit.com/api/matches/00e89bd9-cdc4-46eb-950f-cd3696151737/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-14T09:58:11.736738-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": "Kansas City Chiefs",
                "amount": 5213.0
            },
            {
                "team": "Jacksonville Jaguars",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "86f0e914-afe1-49db-82a4-7f46545b0674",
            "gambit_id": "0cf5bc86-fd5d-462c-9b4d-154df1f65329",
            "last_updated": "2023-09-18T15:48:26.871836-04:00",
            "created_at": "2023-09-14T09:58:11.741112-04:00",
            "name": "Kansas City Chiefs",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38b17c1e-656a-4d0a-ae95-023b3d8e875b/?format=api"
        },
        {
            "id": "a2789043-5f64-4eeb-8879-d15d3542a7dd",
            "gambit_id": "a9cae81a-12ca-465e-a772-d876172c8921",
            "last_updated": "2023-09-18T15:48:26.878984-04:00",
            "created_at": "2023-09-14T09:58:11.745243-04:00",
            "name": "Jacksonville Jaguars",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38b17c1e-656a-4d0a-ae95-023b3d8e875b/?format=api"
        }
    ]
}