GET /api/bet_types/434a84d3-6ffa-41cf-9c19-592353047762/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "434a84d3-6ffa-41cf-9c19-592353047762",
    "match": "https://api-prod.gambitprofit.com/api/matches/0688f966-fc83-40c2-a3e1-44fb26d2a205/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-19T09:28:02.073594-04: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": "PHI (C Sanchez)",
                "amount": 5776.0
            },
            {
                "team": "WAS (J Irvin)",
                "amount": 4224.0
            }
        ],
        "expected_reward_tokens": 9588.16,
        "profit_sb": 88.16,
        "profit_sb_percentage": 0.93,
        "recommended": true
    },
    "lines": [
        {
            "id": "97e0fdcf-ab8b-4d95-8e15-b0d69e78de19",
            "gambit_id": "8d23ced4-0e35-412b-80d6-1c62ebe3c3c6",
            "last_updated": "2023-08-21T11:08:27.794701-04:00",
            "created_at": "2023-08-19T09:28:02.078473-04:00",
            "name": "PHI (C Sanchez)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/434a84d3-6ffa-41cf-9c19-592353047762/?format=api"
        },
        {
            "id": "1409bd90-e8f6-486c-a220-3a93fd0bd66f",
            "gambit_id": "d6707d27-703d-4bdc-ba53-4693d0140f5e",
            "last_updated": "2023-08-21T11:08:27.797839-04:00",
            "created_at": "2023-08-19T09:28:02.088496-04:00",
            "name": "WAS (J Irvin)",
            "reward": "2.27000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/434a84d3-6ffa-41cf-9c19-592353047762/?format=api"
        }
    ]
}