GET /api/bet_types/979f31ea-4c7d-4695-a9aa-6c8e7c9f4a97/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "979f31ea-4c7d-4695-a9aa-6c8e7c9f4a97",
    "match": "https://api-prod.gambitprofit.com/api/matches/20f2965d-564f-408f-848e-281d171afc5e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-07T09:48:19.836202-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": "Carolina Hurricanes",
                "amount": 3397.0
            }
        ],
        "expected_reward_tokens": 9442.29,
        "profit_sb": -57.71,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "6417ea28-00e3-41ed-b438-3d6803f7a16d",
            "gambit_id": "130d6b1a-f7f4-4e62-9e7a-de2a7fbb73b3",
            "last_updated": "2023-12-08T21:08:05.190062-05:00",
            "created_at": "2023-12-07T09:48:19.844589-05:00",
            "name": "Calgary Flames",
            "reward": "1.43000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/979f31ea-4c7d-4695-a9aa-6c8e7c9f4a97/?format=api"
        },
        {
            "id": "9e4ce63f-0e5a-4801-a03b-8b6ab679f59b",
            "gambit_id": "809f500f-8d14-4210-9c22-8c2d932209ef",
            "last_updated": "2023-12-08T21:08:05.186464-05:00",
            "created_at": "2023-12-07T09:48:19.840602-05:00",
            "name": "Carolina Hurricanes",
            "reward": "2.78000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/979f31ea-4c7d-4695-a9aa-6c8e7c9f4a97/?format=api"
        }
    ]
}