GET /api/bet_types/a475b1b7-2d1d-4c36-bebf-a5bbb35dbca2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a475b1b7-2d1d-4c36-bebf-a5bbb35dbca2",
    "match": "https://api-prod.gambitprofit.com/api/matches/a99e5e4f-11cb-4388-9733-4d793a598828/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-26T10:56:58.123213-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": "Calgary Flames",
                "amount": 7660.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 2340.0
            }
        ],
        "expected_reward_tokens": 9498.4,
        "profit_sb": -1.6,
        "profit_sb_percentage": -0.02,
        "recommended": false
    },
    "lines": [
        {
            "id": "74f0a7bd-f979-4798-ba21-a4812319ebfb",
            "gambit_id": "22824588-dbac-4bd8-b5d0-a18e22c84a93",
            "last_updated": "2023-01-27T10:07:11.931943-05:00",
            "created_at": "2023-01-26T10:56:58.124477-05:00",
            "name": "Calgary Flames",
            "reward": "1.24000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a475b1b7-2d1d-4c36-bebf-a5bbb35dbca2/?format=api"
        },
        {
            "id": "5d1a224a-8cfc-46b5-b545-7053aa898605",
            "gambit_id": "6fe8f6a7-e1eb-4fc2-afa7-83c6368b5d85",
            "last_updated": "2023-01-27T10:07:11.933119-05:00",
            "created_at": "2023-01-26T10:56:58.126115-05:00",
            "name": "Chicago Blackhawks",
            "reward": "4.06000",
            "odds": "4.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a475b1b7-2d1d-4c36-bebf-a5bbb35dbca2/?format=api"
        }
    ]
}