GET /api/bet_types/059fc344-de26-4d0d-9741-484283d221f7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "059fc344-de26-4d0d-9741-484283d221f7",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b7394c5-3852-450a-9a4a-a2ddcd4b89a5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-14T10:57:05.627863-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": 6188.0
            },
            {
                "team": "DET (J Wentz)",
                "amount": 3812.0
            }
        ],
        "expected_reward_tokens": 9529.52,
        "profit_sb": 29.52,
        "profit_sb_percentage": 0.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "eeab9711-95be-4dd5-b966-1376fb679c3b",
            "gambit_id": "b06e662a-0c36-4cd3-a5e9-d1a65b624908",
            "last_updated": "2023-05-15T11:36:59.542302-04:00",
            "created_at": "2023-05-14T10:57:05.632989-04:00",
            "name": "SEA (L Gilbert)",
            "reward": "1.54000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/059fc344-de26-4d0d-9741-484283d221f7/?format=api"
        },
        {
            "id": "c0d8c04a-bb53-44a8-883a-4e20dc8e1bd5",
            "gambit_id": "ef7dda85-ebb4-4e71-93b8-bde031b3cf36",
            "last_updated": "2023-05-15T11:36:59.540605-04:00",
            "created_at": "2023-05-14T10:57:05.630088-04:00",
            "name": "DET (J Wentz)",
            "reward": "2.50000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/059fc344-de26-4d0d-9741-484283d221f7/?format=api"
        }
    ]
}