GET /api/bet_types/3fc2a29d-ecf1-4e79-a175-35835ac42777/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3fc2a29d-ecf1-4e79-a175-35835ac42777",
    "match": "https://api-prod.gambitprofit.com/api/matches/71f3c775-77a6-412d-b32c-d150c7ac9920/?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": "Sacramento Kings",
                "amount": 6042.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 3958.0
            }
        ],
        "expected_reward_tokens": 9182.56,
        "profit_sb": 182.56,
        "profit_sb_percentage": 2.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "41b24733-fd88-403f-a34b-074132aced78",
            "gambit_id": "2c09074d-903f-48a7-9829-4fac2f76121a",
            "last_updated": "2022-11-12T09:13:07.753481-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sacramento Kings",
            "reward": "1.52000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fc2a29d-ecf1-4e79-a175-35835ac42777/?format=api"
        },
        {
            "id": "91d4739f-75fb-4539-81c0-cf04430ea930",
            "gambit_id": "b2167ace-e54b-48d4-aac1-af660c1218d5",
            "last_updated": "2022-11-12T09:13:07.752429-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Lakers",
            "reward": "2.32000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fc2a29d-ecf1-4e79-a175-35835ac42777/?format=api"
        }
    ]
}