GET /api/bet_types/91871386-9eb2-4680-812d-f5453c107683/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "91871386-9eb2-4680-812d-f5453c107683",
    "match": "https://api-prod.gambitprofit.com/api/matches/571cb3e3-003f-411b-b795-fd3cfbc92351/?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": "Team Liquid",
                "amount": 5552.0
            },
            {
                "team": "Furia Esports",
                "amount": 4448.0
            }
        ],
        "expected_reward_tokens": 8716.64,
        "profit_sb": -283.36,
        "profit_sb_percentage": -3.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "970a8a9d-b0ef-4b5c-bf42-adacd3a2abc4",
            "gambit_id": "4021c733-1d5f-4d8d-833d-4b1698a47f82",
            "last_updated": "2022-09-25T15:07:18.078521-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Team Liquid",
            "reward": "1.57000",
            "odds": "1.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91871386-9eb2-4680-812d-f5453c107683/?format=api"
        },
        {
            "id": "68dda4c0-0588-4d5a-b810-97a3b5c76d98",
            "gambit_id": "4b9af359-cf56-410b-bef5-a9a9b6f08719",
            "last_updated": "2022-09-25T15:07:18.077293-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Furia Esports",
            "reward": "1.96000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91871386-9eb2-4680-812d-f5453c107683/?format=api"
        }
    ]
}