GET /api/bet_types/f131b7a7-504e-450d-9062-c6ad18de391e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f131b7a7-504e-450d-9062-c6ad18de391e",
    "match": "https://api-prod.gambitprofit.com/api/matches/35aa9423-8d00-4eba-8da2-13658d1f5049/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-18T09:16:51.315700-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": "Boston Bruins",
                "amount": 6418.0
            },
            {
                "team": "New York Islanders",
                "amount": 3582.0
            }
        ],
        "expected_reward_tokens": 9562.82,
        "profit_sb": 62.82,
        "profit_sb_percentage": 0.66,
        "recommended": true
    },
    "lines": [
        {
            "id": "5668f2fd-9f98-4599-a13b-d88b9ca77960",
            "gambit_id": "2b12ec94-9859-4dee-bdca-9a984a49af7a",
            "last_updated": "2023-01-19T09:37:17.818506-05:00",
            "created_at": "2023-01-18T09:16:51.318895-05:00",
            "name": "Boston Bruins",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f131b7a7-504e-450d-9062-c6ad18de391e/?format=api"
        },
        {
            "id": "4d1fc85a-67f6-41a5-81c3-f151d9295b35",
            "gambit_id": "fe2e49a1-c537-454e-b269-92edcbb109d1",
            "last_updated": "2023-01-19T09:37:17.817406-05:00",
            "created_at": "2023-01-18T09:16:51.317320-05:00",
            "name": "New York Islanders",
            "reward": "2.67000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f131b7a7-504e-450d-9062-c6ad18de391e/?format=api"
        }
    ]
}