GET /api/bet_types/d4809502-c3e6-44aa-8fbe-ed9747994ffa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d4809502-c3e6-44aa-8fbe-ed9747994ffa",
    "match": "https://api-prod.gambitprofit.com/api/matches/e3f0a69b-5654-40a6-89f0-4da63e79bacc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-06T10:57:12.089928-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": "PIT",
                "amount": 5512.0
            },
            {
                "team": "OAK",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "414f2fec-e728-4619-a13f-5008126b9463",
            "gambit_id": "f91ac5ae-dfdb-4eab-ad51-ede5a62e7f58",
            "last_updated": "2023-06-07T10:38:23.392503-04:00",
            "created_at": "2023-06-06T10:57:12.094897-04:00",
            "name": "PIT",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4809502-c3e6-44aa-8fbe-ed9747994ffa/?format=api"
        },
        {
            "id": "d28d1cea-f868-4ee6-b35f-057bd1b480ad",
            "gambit_id": "d45dc94f-96a5-40d4-8467-4bad0b681abe",
            "last_updated": "2023-06-07T10:38:23.390137-04:00",
            "created_at": "2023-06-06T10:57:12.092284-04:00",
            "name": "OAK",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4809502-c3e6-44aa-8fbe-ed9747994ffa/?format=api"
        }
    ]
}