GET /api/bet_types/b95bf965-763e-4f3d-96d2-277ef0e0b0ca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b95bf965-763e-4f3d-96d2-277ef0e0b0ca",
    "match": "https://api-prod.gambitprofit.com/api/matches/82d15509-7555-4ecf-ab64-31a4fabd3d91/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-26T10:56:57.940093-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": "Colorado Avalanche",
                "amount": 5696.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 4304.0
            }
        ],
        "expected_reward_tokens": 9511.84,
        "profit_sb": 11.84,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "4aba9f86-6024-4445-a10d-d2361b0e3fed",
            "gambit_id": "b3665c78-bd67-41c2-b355-565d55581b1a",
            "last_updated": "2023-01-27T10:07:13.144724-05:00",
            "created_at": "2023-01-26T10:56:57.941341-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.67000",
            "odds": "1.68970",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b95bf965-763e-4f3d-96d2-277ef0e0b0ca/?format=api"
        },
        {
            "id": "aa5ad965-0b6c-4fac-9594-bf9cea78ed7b",
            "gambit_id": "a8113220-013b-4b02-9eaf-aa6b41899af8",
            "last_updated": "2023-01-27T10:07:13.145862-05:00",
            "created_at": "2023-01-26T10:56:57.942601-05:00",
            "name": "Anaheim Ducks",
            "reward": "2.21000",
            "odds": "2.25000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b95bf965-763e-4f3d-96d2-277ef0e0b0ca/?format=api"
        }
    ]
}