GET /api/bet_types/aba17081-2b93-403d-8a02-d7b4990fa93e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aba17081-2b93-403d-8a02-d7b4990fa93e",
    "match": "https://api-prod.gambitprofit.com/api/matches/17897bd8-e4b7-41eb-902d-1859e78384ce/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-29T09:12:56.859847-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": "Calgary Flames",
                "amount": 6222.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 3778.0
            }
        ],
        "expected_reward_tokens": 9519.66,
        "profit_sb": 19.66,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "e3847cac-3720-45f4-b538-dc0137977cc9",
            "gambit_id": "287fd488-5477-4464-83ca-94047a99b94f",
            "last_updated": "2023-10-30T21:53:16.968652-04:00",
            "created_at": "2023-10-29T09:12:56.863707-04:00",
            "name": "Calgary Flames",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aba17081-2b93-403d-8a02-d7b4990fa93e/?format=api"
        },
        {
            "id": "039f4206-e6d0-4896-93a2-59ba745bc264",
            "gambit_id": "8fce9b29-f270-4bb5-b7a3-1b1127e04a21",
            "last_updated": "2023-10-30T21:53:16.973032-04:00",
            "created_at": "2023-10-29T09:12:56.867708-04:00",
            "name": "Edmonton Oilers",
            "reward": "2.52000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aba17081-2b93-403d-8a02-d7b4990fa93e/?format=api"
        }
    ]
}