GET /api/bet_types/fbfed234-70d4-4f41-8384-923a05fbd3bb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fbfed234-70d4-4f41-8384-923a05fbd3bb",
    "match": "https://api-prod.gambitprofit.com/api/matches/168f7d56-e21c-46cc-8803-dace5b98f58b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-24T08:57:57.615243-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": "Colorado Avalanche",
                "amount": 5602.0
            },
            {
                "team": "New York Islanders",
                "amount": 4398.0
            }
        ],
        "expected_reward_tokens": 9411.36,
        "profit_sb": -88.64,
        "profit_sb_percentage": -0.93,
        "recommended": false
    },
    "lines": [
        {
            "id": "1501bf1d-ddd1-44ef-ae09-f95f555191aa",
            "gambit_id": "8f27d633-d12b-4545-aa46-6ba8e0139e30",
            "last_updated": "2023-10-26T10:18:03.817408-04:00",
            "created_at": "2023-10-24T08:57:57.619379-04:00",
            "name": "Colorado Avalanche",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbfed234-70d4-4f41-8384-923a05fbd3bb/?format=api"
        },
        {
            "id": "43aca5f9-5469-4286-970d-7368a1df8ae2",
            "gambit_id": "79df53cc-0e7e-4aa5-b730-a98e945910dd",
            "last_updated": "2023-10-26T10:18:03.820836-04:00",
            "created_at": "2023-10-24T08:57:57.624583-04:00",
            "name": "New York Islanders",
            "reward": "2.14000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbfed234-70d4-4f41-8384-923a05fbd3bb/?format=api"
        }
    ]
}