GET /api/bet_types/121314cc-fe26-4cb2-a6b0-8182789ab097/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "121314cc-fe26-4cb2-a6b0-8182789ab097",
    "match": "https://api-prod.gambitprofit.com/api/matches/252765c2-afc4-44ed-a97d-d03ead0f59e1/?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": "Kansas State",
                "amount": 7168.0
            },
            {
                "team": "West Virginia",
                "amount": 2832.0
            }
        ],
        "expected_reward_tokens": 9175.04,
        "profit_sb": 175.04,
        "profit_sb_percentage": 1.94,
        "recommended": true
    },
    "lines": [
        {
            "id": "d395baa1-758a-4c5c-9cab-8fc8214e8684",
            "gambit_id": "d1fd55a1-1574-489b-993b-dbc182e0d246",
            "last_updated": "2022-11-21T11:58:34.689324-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas State",
            "reward": "1.28000",
            "odds": "1.32260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/121314cc-fe26-4cb2-a6b0-8182789ab097/?format=api"
        },
        {
            "id": "9fd33b68-f130-483f-a073-9cff36cb5b0b",
            "gambit_id": "146074c0-4da4-4372-b788-98a6e2e34486",
            "last_updated": "2022-11-21T11:58:34.690451-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "West Virginia",
            "reward": "3.24000",
            "odds": "3.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/121314cc-fe26-4cb2-a6b0-8182789ab097/?format=api"
        }
    ]
}