GET /api/bet_types/336f6a12-4447-44d3-86a8-5045110f2dee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "336f6a12-4447-44d3-86a8-5045110f2dee",
    "match": "https://api-prod.gambitprofit.com/api/matches/8317648c-946f-4c3d-86f5-7d475817024b/?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": "SFO (J Junis)",
                "amount": 5312.0
            },
            {
                "team": "COL (C Kuhl)",
                "amount": 4688.0
            }
        ],
        "expected_reward_tokens": 9188.48,
        "profit_sb": 188.48,
        "profit_sb_percentage": 2.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "dda94827-0c21-4143-9f37-abe35d636d7f",
            "gambit_id": "ced650ec-5ee2-4656-ab89-27adf83edd3f",
            "last_updated": "2022-09-20T15:57:34.492924-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO (J Junis)",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/336f6a12-4447-44d3-86a8-5045110f2dee/?format=api"
        },
        {
            "id": "06e0c601-0c16-4b1a-be77-bcc80f229c59",
            "gambit_id": "5775d0b3-6469-4902-8c8b-4c97f4fed805",
            "last_updated": "2022-09-20T15:57:34.491675-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL (C Kuhl)",
            "reward": "1.96000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/336f6a12-4447-44d3-86a8-5045110f2dee/?format=api"
        }
    ]
}