GET /api/bet_types/d6b60052-96f6-4669-b6e2-eb9e93187869/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d6b60052-96f6-4669-b6e2-eb9e93187869",
    "match": "https://api-prod.gambitprofit.com/api/matches/7283159a-da3c-4bec-867f-dcb74e694e91/?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": "Max Griffin",
                "amount": 6061.0
            },
            {
                "team": "Tim Means",
                "amount": 3939.0
            }
        ],
        "expected_reward_tokens": 9333.94,
        "profit_sb": -166.06,
        "profit_sb_percentage": -1.75,
        "recommended": false
    },
    "lines": [
        {
            "id": "60bb80cc-c870-4a86-9b63-af56e44f4827",
            "gambit_id": "f25f19b7-9798-4ac2-8669-a2f2671089d3",
            "last_updated": "2022-10-31T11:17:00.483008-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Max Griffin",
            "reward": "1.54000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6b60052-96f6-4669-b6e2-eb9e93187869/?format=api"
        },
        {
            "id": "915c6553-38b2-482f-b455-9f6481ed554a",
            "gambit_id": "339853f9-76e3-4f13-9e21-0ad8d6101855",
            "last_updated": "2022-10-31T11:17:00.483962-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tim Means",
            "reward": "2.37000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6b60052-96f6-4669-b6e2-eb9e93187869/?format=api"
        }
    ]
}