GET /api/bet_types/bf606e8e-bba1-4faa-ad5c-92db99069ca3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bf606e8e-bba1-4faa-ad5c-92db99069ca3",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ff994af-465a-4710-83be-21cf61b8fcb2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-25T09:07:02.567697-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": "St Louis Blues",
                "amount": 6104.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "d2fb9144-e367-4e0f-8aff-36967beb3d73",
            "gambit_id": "75cad51c-81c4-409a-8408-46e2e060ea2f",
            "last_updated": "2023-02-26T11:51:59.176610-05:00",
            "created_at": "2023-02-25T09:07:02.569093-05:00",
            "name": "St Louis Blues",
            "reward": "1.57000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf606e8e-bba1-4faa-ad5c-92db99069ca3/?format=api"
        },
        {
            "id": "e4bdd027-8be0-4140-bde7-b81fd4000e68",
            "gambit_id": "084416e1-4e37-47f0-9ec4-e15e061f1beb",
            "last_updated": "2023-02-26T11:51:59.177772-05:00",
            "created_at": "2023-02-25T09:07:02.570516-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf606e8e-bba1-4faa-ad5c-92db99069ca3/?format=api"
        }
    ]
}