GET /api/bet_types/3713e687-3c7d-4323-82aa-67e5b55e05dd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3713e687-3c7d-4323-82aa-67e5b55e05dd",
    "match": "https://api-prod.gambitprofit.com/api/matches/d5414688-6ccb-4289-a201-7f2c60ab1a1c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-30T10:28:05.614356-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": "Calgary Flames",
                "amount": 6603.0
            },
            {
                "team": "Dallas Stars",
                "amount": 3397.0
            }
        ],
        "expected_reward_tokens": 9442.29,
        "profit_sb": -57.71,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "562a40ef-21a7-4521-9d11-cd9264c7ea19",
            "gambit_id": "67972480-ed06-403f-9ca8-8af43c1e685d",
            "last_updated": "2023-12-01T19:13:13.042418-05:00",
            "created_at": "2023-11-30T10:28:05.623195-05:00",
            "name": "Calgary Flames",
            "reward": "1.43000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3713e687-3c7d-4323-82aa-67e5b55e05dd/?format=api"
        },
        {
            "id": "8ea20463-eeff-49a3-bb85-25715625b916",
            "gambit_id": "a9d87c47-04f5-427f-8a0e-1ff9933f9ef5",
            "last_updated": "2023-12-01T19:13:13.038853-05:00",
            "created_at": "2023-11-30T10:28:05.618270-05:00",
            "name": "Dallas Stars",
            "reward": "2.78000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3713e687-3c7d-4323-82aa-67e5b55e05dd/?format=api"
        }
    ]
}