GET /api/bet_types/b628c887-e849-45a9-84e5-6171d13881ed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b628c887-e849-45a9-84e5-6171d13881ed",
    "match": "https://api-prod.gambitprofit.com/api/matches/a04dabf9-45b4-4cad-9c8d-c507662c40b2/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Rutgers",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10900.0,
        "profit_sb": 1900.0,
        "profit_sb_percentage": 21.11,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Rutgers",
                "amount": 8570.0
            },
            {
                "team": "Temple",
                "amount": 1430.0
            }
        ],
        "expected_reward_tokens": 9337.9,
        "profit_sb": 337.9,
        "profit_sb_percentage": 3.75,
        "recommended": true
    },
    "lines": [
        {
            "id": "ee140df0-3a65-4360-bf8e-703983719789",
            "gambit_id": "7dbb7d4f-cf19-4f31-ace6-6e123414d2c5",
            "last_updated": "2022-09-18T20:47:17.960743-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Rutgers",
            "reward": "1.09000",
            "odds": "1.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b628c887-e849-45a9-84e5-6171d13881ed/?format=api"
        },
        {
            "id": "31badbe2-a780-4f19-9f8a-98039d0525e1",
            "gambit_id": "3f2750ca-0d63-4f9a-b5af-84afcd618349",
            "last_updated": "2022-09-18T20:47:17.959732-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Temple",
            "reward": "6.53000",
            "odds": "7.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b628c887-e849-45a9-84e5-6171d13881ed/?format=api"
        }
    ]
}