GET /api/bet_types/d780135e-95c3-42dc-a8fc-2f9f906f2066/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d780135e-95c3-42dc-a8fc-2f9f906f2066",
    "match": "https://api-prod.gambitprofit.com/api/matches/d5ee36af-01a9-460d-bb3f-f7b7503a759c/?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": "Andre Fili",
                "amount": 5296.0
            },
            {
                "team": "Bill Algeo",
                "amount": 4704.0
            }
        ],
        "expected_reward_tokens": 8843.52,
        "profit_sb": -156.48,
        "profit_sb_percentage": -1.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "8fe5961c-fdbf-4c58-8c05-ab50a6ae3906",
            "gambit_id": "c301dff2-0eca-428c-bffa-ff3a9e745e13",
            "last_updated": "2022-09-19T09:47:27.998620-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Andre Fili",
            "reward": "1.67000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d780135e-95c3-42dc-a8fc-2f9f906f2066/?format=api"
        },
        {
            "id": "153d2479-b5b7-451e-b11a-fc938331004f",
            "gambit_id": "76edf3eb-5424-442c-9cef-c09148100653",
            "last_updated": "2022-09-19T09:47:27.997591-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Bill Algeo",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d780135e-95c3-42dc-a8fc-2f9f906f2066/?format=api"
        }
    ]
}