GET /api/bet_types/fdca6bc9-eb13-4cca-a89e-2ea049b27b9d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fdca6bc9-eb13-4cca-a89e-2ea049b27b9d",
    "match": "https://api-prod.gambitprofit.com/api/matches/b4c919bf-17f9-4dfe-a986-9cc6d7078af5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-27T11:52:00.612012-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": "LAA",
                "amount": 5599.0
            },
            {
                "team": "OAK",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "b6f88fad-66c8-456b-b502-2fdddab4a4db",
            "gambit_id": "c173d51c-c8c8-4a4e-b980-d82c545ac3c5",
            "last_updated": "2023-04-28T11:22:25.128636-04:00",
            "created_at": "2023-04-27T11:52:00.613401-04:00",
            "name": "LAA",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fdca6bc9-eb13-4cca-a89e-2ea049b27b9d/?format=api"
        },
        {
            "id": "b4d1edbd-babb-486e-99cb-9c5711ded88e",
            "gambit_id": "6cc0bf13-c596-4726-8674-455c8658a3ea",
            "last_updated": "2023-04-28T11:22:25.129887-04:00",
            "created_at": "2023-04-27T11:52:00.614869-04:00",
            "name": "OAK",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fdca6bc9-eb13-4cca-a89e-2ea049b27b9d/?format=api"
        }
    ]
}