GET /api/bet_types/c45540f1-f2d8-41f2-bee7-f833630da7c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c45540f1-f2d8-41f2-bee7-f833630da7c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/a230b8dc-26c1-472a-ba0d-9381599d97f4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-17T11:42:59.834279-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": "SEA (L Gilbert)",
                "amount": 5776.0
            },
            {
                "team": "MIN (S Gray)",
                "amount": 4224.0
            }
        ],
        "expected_reward_tokens": 9588.16,
        "profit_sb": 88.16,
        "profit_sb_percentage": 0.93,
        "recommended": true
    },
    "lines": [
        {
            "id": "d4ebd7de-492f-4b88-b0d7-36f648dcb618",
            "gambit_id": "744904f8-fb3b-4e02-a596-a0439a6aa45d",
            "last_updated": "2023-07-18T22:03:15.651373-04:00",
            "created_at": "2023-07-17T11:42:59.837304-04:00",
            "name": "SEA (L Gilbert)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c45540f1-f2d8-41f2-bee7-f833630da7c0/?format=api"
        },
        {
            "id": "a7f09f90-cb73-410d-a503-dd9d7cef0cdb",
            "gambit_id": "cecce31e-3f5b-4638-b119-38d42af72cc8",
            "last_updated": "2023-07-18T22:03:15.649278-04:00",
            "created_at": "2023-07-17T11:42:59.835825-04:00",
            "name": "MIN (S Gray)",
            "reward": "2.27000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c45540f1-f2d8-41f2-bee7-f833630da7c0/?format=api"
        }
    ]
}