GET /api/bet_types/ebdb7783-341b-44a7-ab0d-dc2fda60e7d9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ebdb7783-341b-44a7-ab0d-dc2fda60e7d9",
    "match": "https://api-prod.gambitprofit.com/api/matches/2143e075-639a-43b1-9d53-e6a64c35487b/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Ninjas IN Pyjamas",
                "amount": 6354.0
            },
            {
                "team": "Fnatic",
                "amount": 3646.0
            }
        ],
        "expected_reward_tokens": 8895.6,
        "profit_sb": -104.4,
        "profit_sb_percentage": -1.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "bafbf78b-d8b6-44b1-99ab-15f9d0226d8e",
            "gambit_id": "3df771c6-2fd7-4d68-873b-1755bda3f424",
            "last_updated": "2022-09-01T13:47:08.124697-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ninjas IN Pyjamas",
            "reward": "1.40000",
            "odds": "1.44000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebdb7783-341b-44a7-ab0d-dc2fda60e7d9/?format=api"
        },
        {
            "id": "fa8baeb1-42ec-47b9-b830-e06c475d178d",
            "gambit_id": "f2a5b90d-c946-4a45-b1d0-f5e3054945f4",
            "last_updated": "2022-09-01T13:47:08.124165-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Fnatic",
            "reward": "2.44000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebdb7783-341b-44a7-ab0d-dc2fda60e7d9/?format=api"
        }
    ]
}