GET /api/bet_types/c3163758-cfd3-4629-9f78-49ae61819906/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3163758-cfd3-4629-9f78-49ae61819906",
    "match": "https://api-prod.gambitprofit.com/api/matches/acbe8d78-aede-4a83-9324-0968a08c1537/?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": "Fnatic",
                "amount": 6309.0
            },
            {
                "team": "SK Gaming",
                "amount": 3691.0
            }
        ],
        "expected_reward_tokens": 8895.31,
        "profit_sb": -104.69,
        "profit_sb_percentage": -1.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "1417fa26-cbfb-495e-b109-7a065c19ec50",
            "gambit_id": "2aaa866f-8f93-4561-b3bc-6b7b03eeea5f",
            "last_updated": "2022-08-08T12:11:53.870262-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Fnatic",
            "reward": "1.41000",
            "odds": "1.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3163758-cfd3-4629-9f78-49ae61819906/?format=api"
        },
        {
            "id": "1caf04fa-af9a-4c8f-bf66-549920d4c2a5",
            "gambit_id": "c3fdab3f-c207-4f3d-96b8-bc30c35cfad0",
            "last_updated": "2022-08-08T12:11:53.869715-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SK Gaming",
            "reward": "2.41000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3163758-cfd3-4629-9f78-49ae61819906/?format=api"
        }
    ]
}