GET /api/bet_types/9de59471-2be8-43db-b349-d0d30ca983ea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9de59471-2be8-43db-b349-d0d30ca983ea",
    "match": "https://api-prod.gambitprofit.com/api/matches/cdd2ebe1-6da2-4e48-a667-79a1ae61be20/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-20T22:57:01.629353-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": "Heroic",
                "amount": 6140.0
            },
            {
                "team": "Astralis",
                "amount": 3860.0
            }
        ],
        "expected_reward_tokens": 9148.2,
        "profit_sb": -351.8,
        "profit_sb_percentage": -3.7,
        "recommended": false
    },
    "lines": [
        {
            "id": "6f11d692-606b-4d20-8034-e7c421710615",
            "gambit_id": "993d4c66-6c70-4110-bcb9-bf3ae7f72e1b",
            "last_updated": "2023-01-28T12:27:21.965479-05:00",
            "created_at": "2023-01-20T22:57:01.631993-05:00",
            "name": "Heroic",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9de59471-2be8-43db-b349-d0d30ca983ea/?format=api"
        },
        {
            "id": "cfd08101-6dbe-4681-a575-ced0b764fd5f",
            "gambit_id": "299bc82d-afd8-41e5-9118-7e31aa31fb04",
            "last_updated": "2023-01-28T12:27:21.964313-05:00",
            "created_at": "2023-01-20T22:57:01.630576-05:00",
            "name": "Astralis",
            "reward": "2.37000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9de59471-2be8-43db-b349-d0d30ca983ea/?format=api"
        }
    ]
}