GET /api/bet_types/311cda94-3b35-4f36-8582-7cfd68d6b693/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "311cda94-3b35-4f36-8582-7cfd68d6b693",
    "match": "https://api-prod.gambitprofit.com/api/matches/65ab16e7-e69e-4b48-81cf-0326c1edff94/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-23T09:12:58.202950-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": "Toronto Maple Leafs",
                "amount": 6643.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 3357.0
            }
        ],
        "expected_reward_tokens": 9433.06,
        "profit_sb": -66.94,
        "profit_sb_percentage": -0.7,
        "recommended": false
    },
    "lines": [
        {
            "id": "e0a59484-8bde-44b4-8885-0962d207f117",
            "gambit_id": "76ee9ba7-8271-4e34-84c0-2e05fad13940",
            "last_updated": "2023-12-26T15:33:14.042399-05:00",
            "created_at": "2023-12-23T09:12:58.206677-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/311cda94-3b35-4f36-8582-7cfd68d6b693/?format=api"
        },
        {
            "id": "d465ea02-c9fb-418e-b54e-ff339da8d920",
            "gambit_id": "4fe43907-fa22-40a4-931d-d630cfadd59a",
            "last_updated": "2023-12-26T15:33:14.045511-05:00",
            "created_at": "2023-12-23T09:12:58.210909-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/311cda94-3b35-4f36-8582-7cfd68d6b693/?format=api"
        }
    ]
}