GET /api/bet_types/97931c34-9938-417c-8ae3-c1148e6c86d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "97931c34-9938-417c-8ae3-c1148e6c86d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/a3ea2f56-60ca-43f0-a1cd-4b9b1aa80572/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-09T11:07:06.163982-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": "Boston Celtics",
                "amount": 7398.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 2602.0
            }
        ],
        "expected_reward_tokens": 9469.44,
        "profit_sb": -30.56,
        "profit_sb_percentage": -0.32,
        "recommended": false
    },
    "lines": [
        {
            "id": "e2f8d8c5-d106-403e-995f-29987a43afc8",
            "gambit_id": "975042bf-40de-4e3b-8df0-7cfd5fe6548b",
            "last_updated": "2023-05-10T16:02:11.551690-04:00",
            "created_at": "2023-05-09T11:07:06.165541-04:00",
            "name": "Boston Celtics",
            "reward": "1.28000",
            "odds": "1.29410",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97931c34-9938-417c-8ae3-c1148e6c86d1/?format=api"
        },
        {
            "id": "340a03f2-800b-406b-bea1-e8537be2e1b3",
            "gambit_id": "0680ef66-e383-40e6-a8a5-d7c56b22fe1a",
            "last_updated": "2023-05-10T16:02:11.553400-04:00",
            "created_at": "2023-05-09T11:07:06.177219-04:00",
            "name": "Philadelphia 76ers",
            "reward": "3.64000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97931c34-9938-417c-8ae3-c1148e6c86d1/?format=api"
        }
    ]
}