GET /api/bet_types/00557f9d-e2f9-4cde-a63d-55fa594e097d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "00557f9d-e2f9-4cde-a63d-55fa594e097d",
    "match": "https://api-prod.gambitprofit.com/api/matches/f8e46d09-2db7-44e7-8d68-d1e60b76a130/?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": "Colorado Avalanche",
                "amount": 7665.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 2335.0
            }
        ],
        "expected_reward_tokens": 9503.45,
        "profit_sb": 3.45,
        "profit_sb_percentage": 0.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "e20e1460-2410-4edd-aca8-c2f035fddd56",
            "gambit_id": "efb285bb-2e4f-4521-8ee3-176f5ed2ebc7",
            "last_updated": "2022-10-13T09:52:27.222396-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.24000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00557f9d-e2f9-4cde-a63d-55fa594e097d/?format=api"
        },
        {
            "id": "eedad216-7737-4654-a1ca-269ef53ad1f3",
            "gambit_id": "f09546a7-d17a-4c67-a076-7ee7fb12db7c",
            "last_updated": "2022-10-13T09:52:27.223363-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Blackhawks",
            "reward": "4.07000",
            "odds": "4.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00557f9d-e2f9-4cde-a63d-55fa594e097d/?format=api"
        }
    ]
}