GET /api/bet_types/12131778-45a1-4cb0-83dd-17e85fb9945c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "12131778-45a1-4cb0-83dd-17e85fb9945c",
    "match": "https://api-prod.gambitprofit.com/api/matches/ca07d165-c393-46d7-9456-80b40332fa10/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-04T09:18:25.423107-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": "San Jose Sharks",
                "amount": 5107.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "0021683b-91c5-44fa-9565-6acb0cb299de",
            "gambit_id": "65d67c29-0090-4704-8dec-f39db8030770",
            "last_updated": "2024-01-05T22:58:04.438256-05:00",
            "created_at": "2024-01-04T09:18:25.433176-05:00",
            "name": "San Jose Sharks",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12131778-45a1-4cb0-83dd-17e85fb9945c/?format=api"
        },
        {
            "id": "79e9c1d3-0415-4207-8e8a-2a4b9cb3447c",
            "gambit_id": "d29147f2-84da-4f6b-917e-93469bad0b9d",
            "last_updated": "2024-01-05T22:58:04.434280-05:00",
            "created_at": "2024-01-04T09:18:25.428132-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12131778-45a1-4cb0-83dd-17e85fb9945c/?format=api"
        }
    ]
}