GET /api/bet_types/ec29fb33-5fb3-421a-9c53-1119b4608b8f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ec29fb33-5fb3-421a-9c53-1119b4608b8f",
    "match": "https://api-prod.gambitprofit.com/api/matches/4c56fca8-8798-4463-9773-0936658ef3eb/?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": "Iowa State",
                "amount": 6869.0
            },
            {
                "team": "West Virginia",
                "amount": 3131.0
            }
        ],
        "expected_reward_tokens": 9204.46,
        "profit_sb": 204.46,
        "profit_sb_percentage": 2.27,
        "recommended": true
    },
    "lines": [
        {
            "id": "e9fefb80-d9de-4efb-9d32-9b10d8fdcbb9",
            "gambit_id": "e45f32c9-c529-4863-8893-c1655677d43b",
            "last_updated": "2022-11-06T09:03:36.561228-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Iowa State",
            "reward": "1.34000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec29fb33-5fb3-421a-9c53-1119b4608b8f/?format=api"
        },
        {
            "id": "c9627222-53f0-4609-aeb5-55eca7c0cb86",
            "gambit_id": "d43f4869-2e88-4257-9f5b-7503c3f57192",
            "last_updated": "2022-11-06T09:03:36.562258-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "West Virginia",
            "reward": "2.94000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec29fb33-5fb3-421a-9c53-1119b4608b8f/?format=api"
        }
    ]
}