GET /api/bet_types/b4cf654b-0efe-44dd-b29f-b96593c11cbd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b4cf654b-0efe-44dd-b29f-b96593c11cbd",
    "match": "https://api-prod.gambitprofit.com/api/matches/d7792bea-d24a-4efe-9ffc-e4faefe00bf0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-19T00:06:48.539968-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": "Team Vitality",
                "amount": 5556.0
            },
            {
                "team": "Astralis",
                "amount": 4444.0
            }
        ],
        "expected_reward_tokens": 8665.8,
        "profit_sb": -834.2,
        "profit_sb_percentage": -8.78,
        "recommended": false
    },
    "lines": [
        {
            "id": "ec198738-50c7-4707-a9c8-32d5b5fa0fe2",
            "gambit_id": "beb24fc2-7be9-45cd-a2f8-33ad0231cff2",
            "last_updated": "2023-01-20T10:27:12.469674-05:00",
            "created_at": "2023-01-19T00:06:48.542491-05:00",
            "name": "Team Vitality",
            "reward": "1.56000",
            "odds": "1.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4cf654b-0efe-44dd-b29f-b96593c11cbd/?format=api"
        },
        {
            "id": "682f4601-c075-4714-b62a-5899ec80a7dd",
            "gambit_id": "70bda39d-5955-47d3-be02-b27b7da872dc",
            "last_updated": "2023-01-20T10:27:12.468485-05:00",
            "created_at": "2023-01-19T00:06:48.541277-05:00",
            "name": "Astralis",
            "reward": "1.95000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4cf654b-0efe-44dd-b29f-b96593c11cbd/?format=api"
        }
    ]
}