GET /api/bet_types/d8dd8f9f-29b1-4aac-b191-bae1bfde7cbd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d8dd8f9f-29b1-4aac-b191-bae1bfde7cbd",
    "match": "https://api-prod.gambitprofit.com/api/matches/30d14f6f-c19b-4515-a803-121eac6c1205/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-04T09:48:07.505569-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": "Philadelphia Flyers",
                "amount": 5861.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 4139.0
            }
        ],
        "expected_reward_tokens": 9436.21,
        "profit_sb": -63.79,
        "profit_sb_percentage": -0.67,
        "recommended": false
    },
    "lines": [
        {
            "id": "0f6ba854-43fb-47b7-ba71-11c25802f7f7",
            "gambit_id": "fca2b72d-b026-44c7-b38a-2d0e8496908d",
            "last_updated": "2023-11-06T09:18:29.073535-05:00",
            "created_at": "2023-11-04T09:48:07.514441-04:00",
            "name": "Philadelphia Flyers",
            "reward": "1.61000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8dd8f9f-29b1-4aac-b191-bae1bfde7cbd/?format=api"
        },
        {
            "id": "05fbdafb-51bb-4c42-b3ea-accb88d0e224",
            "gambit_id": "8fcd864f-e739-459c-a2f1-e994cd34462d",
            "last_updated": "2023-11-06T09:18:29.070058-05:00",
            "created_at": "2023-11-04T09:48:07.509818-04:00",
            "name": "Los Angeles Kings",
            "reward": "2.28000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8dd8f9f-29b1-4aac-b191-bae1bfde7cbd/?format=api"
        }
    ]
}