GET /api/bet_types/1facb2a4-c481-43ba-af62-9d43ade260d7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1facb2a4-c481-43ba-af62-9d43ade260d7",
    "match": "https://api-prod.gambitprofit.com/api/matches/362ccd99-8cf3-4168-9dd8-a4062b51d45f/?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": "Los Angeles Chargers",
                "amount": 5664.0
            },
            {
                "team": "Arizona Cardinals",
                "amount": 4336.0
            }
        ],
        "expected_reward_tokens": 9062.24,
        "profit_sb": 62.24,
        "profit_sb_percentage": 0.69,
        "recommended": true
    },
    "lines": [
        {
            "id": "f3497c6c-95ef-4305-bd17-bb73d7e54bae",
            "gambit_id": "1a8c9825-af5c-4f01-ad82-99872358bd46",
            "last_updated": "2022-11-28T11:41:58.910742-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Chargers",
            "reward": "1.60000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1facb2a4-c481-43ba-af62-9d43ade260d7/?format=api"
        },
        {
            "id": "2ebf503d-dba7-4b96-8fb2-4de80be74e5f",
            "gambit_id": "4536f2e4-7f71-410b-8719-071aa3a1cd22",
            "last_updated": "2022-11-28T11:41:58.909781-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Cardinals",
            "reward": "2.09000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1facb2a4-c481-43ba-af62-9d43ade260d7/?format=api"
        }
    ]
}