GET /api/bet_types/5744763b-5a47-4b49-81ff-eb7717af5e39/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5744763b-5a47-4b49-81ff-eb7717af5e39",
    "match": "https://api-prod.gambitprofit.com/api/matches/cec053e3-4c8a-4a6b-b219-b7db1cf4c554/?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": "ARI (Z Davies)",
                "amount": 5881.0
            },
            {
                "team": "COL (J Urena)",
                "amount": 4119.0
            }
        ],
        "expected_reward_tokens": 9350.13,
        "profit_sb": 350.13,
        "profit_sb_percentage": 3.89,
        "recommended": true
    },
    "lines": [
        {
            "id": "860f5c74-aa3a-4592-94dd-cc8555f9ab95",
            "gambit_id": "21083d66-2fc4-4da7-be86-d192e5f279cf",
            "last_updated": "2022-08-08T10:57:08.623702-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI (Z Davies)",
            "reward": "1.59000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5744763b-5a47-4b49-81ff-eb7717af5e39/?format=api"
        },
        {
            "id": "f1fb565e-547c-4bc7-894a-ef212d850242",
            "gambit_id": "3c6a291d-e25f-427a-b722-c8b210927717",
            "last_updated": "2022-08-08T10:57:08.624069-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL (J Urena)",
            "reward": "2.27000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5744763b-5a47-4b49-81ff-eb7717af5e39/?format=api"
        }
    ]
}