GET /api/bet_types/02a4c44c-6c43-46d9-a7b2-06378583461f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "02a4c44c-6c43-46d9-a7b2-06378583461f",
    "match": "https://api-prod.gambitprofit.com/api/matches/848410fb-9929-4f8e-a3fb-45e3c6438867/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-15T09:07:11.253005-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": "Toronto Maple Leafs",
                "amount": 5599.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "26ff0c74-7b42-42a6-a7cb-8509abee0d0d",
            "gambit_id": "4c5f1b8d-e5fc-4f1d-9301-7f25b9ff0dac",
            "last_updated": "2023-03-16T17:37:23.685457-04:00",
            "created_at": "2023-03-15T09:07:11.255271-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02a4c44c-6c43-46d9-a7b2-06378583461f/?format=api"
        },
        {
            "id": "3bc059cb-8804-41b4-a664-c623fef7d70d",
            "gambit_id": "8a29076e-e7a4-4d37-b602-98ef91411614",
            "last_updated": "2023-03-16T17:37:23.688770-04:00",
            "created_at": "2023-03-15T09:07:11.257668-04:00",
            "name": "Colorado Avalanche",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02a4c44c-6c43-46d9-a7b2-06378583461f/?format=api"
        }
    ]
}