GET /api/bet_types/f8aefb53-d25a-4a00-a47b-760eb803174f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f8aefb53-d25a-4a00-a47b-760eb803174f",
    "match": "https://api-prod.gambitprofit.com/api/matches/1d2d6b00-db44-44f3-a08e-cbb89a395826/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-30T10:47:17.089863-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": "STL (M Mikolas)",
                "amount": 6241.0
            },
            {
                "team": "KAN (Z Greinke)",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "b7939227-e0bb-44db-a482-08229b629b24",
            "gambit_id": "aedd206e-616e-4b51-b97e-fd1fecc6e5e6",
            "last_updated": "2023-05-31T11:47:20.288038-04:00",
            "created_at": "2023-05-30T10:47:17.094520-04:00",
            "name": "STL (M Mikolas)",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8aefb53-d25a-4a00-a47b-760eb803174f/?format=api"
        },
        {
            "id": "2778d70e-6a0e-4ade-ac09-7f5b188034b4",
            "gambit_id": "f5e99184-cd1a-44dc-abfc-c27a20449e82",
            "last_updated": "2023-05-31T11:47:20.285583-04:00",
            "created_at": "2023-05-30T10:47:17.092035-04:00",
            "name": "KAN (Z Greinke)",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8aefb53-d25a-4a00-a47b-760eb803174f/?format=api"
        }
    ]
}