GET /api/bet_types/aacc644a-71cb-47f6-bb0d-018aada81387/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aacc644a-71cb-47f6-bb0d-018aada81387",
    "match": "https://api-prod.gambitprofit.com/api/matches/7d53b260-bf01-4ae2-8f18-9b4fa7f54713/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-10T08:57:01.652217-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": "Victor Petrino",
                "amount": 5000.0
            },
            {
                "team": "Anton Turkalj",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": -350.0,
        "profit_sb_percentage": -3.68,
        "recommended": false
    },
    "lines": [
        {
            "id": "f917dd2f-406e-4ddb-8a80-115c8ab4caa7",
            "gambit_id": "3e1a748b-fda0-4004-942a-ca2ab7507ba5",
            "last_updated": "2023-03-13T14:11:56.797211-04:00",
            "created_at": "2023-03-10T08:57:01.653486-05:00",
            "name": "Victor Petrino",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aacc644a-71cb-47f6-bb0d-018aada81387/?format=api"
        },
        {
            "id": "50deb2f3-ee4b-4ff8-b556-7a5013cb349c",
            "gambit_id": "2a5d3239-e8f9-43b6-89a0-2c4c2fa9adab",
            "last_updated": "2023-03-13T14:11:56.799554-04:00",
            "created_at": "2023-03-10T08:57:01.654884-05:00",
            "name": "Anton Turkalj",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aacc644a-71cb-47f6-bb0d-018aada81387/?format=api"
        }
    ]
}