GET /api/bet_types/139cfba7-c7aa-4302-b049-aefc54bfdb80/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "139cfba7-c7aa-4302-b049-aefc54bfdb80",
    "match": "https://api-prod.gambitprofit.com/api/matches/d235bc9d-c1b6-4330-b9a0-c89b4bbb31e4/?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": "Minnesota Timberwolves",
                "amount": 5097.0
            },
            {
                "team": "Utah Jazz",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "84084004-9f57-49da-aad4-1c20ba01086a",
            "gambit_id": "b0c259ad-49f0-4222-bc56-f5309f7310ae",
            "last_updated": "2022-12-10T18:31:57.810384-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/139cfba7-c7aa-4302-b049-aefc54bfdb80/?format=api"
        },
        {
            "id": "6da7125d-b824-4bc4-8b67-6cd426a93819",
            "gambit_id": "c8df7f61-516d-431a-8b8d-de2879353f1a",
            "last_updated": "2022-12-10T18:31:57.809171-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah Jazz",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/139cfba7-c7aa-4302-b049-aefc54bfdb80/?format=api"
        }
    ]
}