GET /api/bet_types/1741727c-1351-4ad0-a804-7fabc7689e33/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1741727c-1351-4ad0-a804-7fabc7689e33",
    "match": "https://api-prod.gambitprofit.com/api/matches/c5e588d8-4d56-44f2-a642-7afc277737e1/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": 6042.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 3958.0
            }
        ],
        "expected_reward_tokens": 9182.56,
        "profit_sb": 182.56,
        "profit_sb_percentage": 2.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "65b413d9-219f-4e77-a45c-92168076e487",
            "gambit_id": "8b5d96cb-237c-443e-8c9e-7c9e73df617d",
            "last_updated": "2022-11-14T10:58:07.778358-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.52000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1741727c-1351-4ad0-a804-7fabc7689e33/?format=api"
        },
        {
            "id": "aa614cf4-7593-4050-b712-f7406d210c0e",
            "gambit_id": "00860c59-d4a3-4728-b7de-7a65a66542f0",
            "last_updated": "2022-11-14T10:58:07.779393-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.32000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1741727c-1351-4ad0-a804-7fabc7689e33/?format=api"
        }
    ]
}