GET /api/bet_types/bd33fdc5-58ba-4562-aa8d-da3381db3937/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd33fdc5-58ba-4562-aa8d-da3381db3937",
    "match": "https://api-prod.gambitprofit.com/api/matches/dce941dd-6145-4091-9e0c-ef203cdd7c15/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Dallas Cowboys",
                "amount": 5097.0
            },
            {
                "team": "Indianapolis Colts",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "0c1e00ba-ce9e-4767-a45a-134250871efc",
            "gambit_id": "7f16e56d-6590-4e1e-9b53-da63bb9117ce",
            "last_updated": "2022-12-05T15:22:04.298372-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Cowboys",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "-11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd33fdc5-58ba-4562-aa8d-da3381db3937/?format=api"
        },
        {
            "id": "6bc85b6e-c1c7-46c7-89a2-7f78857a94f3",
            "gambit_id": "d46f011a-f29e-4c21-bfdb-a1f35c3883d2",
            "last_updated": "2022-12-05T15:22:04.299394-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indianapolis Colts",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd33fdc5-58ba-4562-aa8d-da3381db3937/?format=api"
        }
    ]
}