GET /api/bet_types/350d31a6-6c26-45d0-9602-8e19d5a6b773/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "350d31a6-6c26-45d0-9602-8e19d5a6b773",
    "match": "https://api-prod.gambitprofit.com/api/matches/97b55b55-5dcb-4e8a-bcbe-44e7d6e2f472/?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": "Top Esports",
                "amount": 6557.0
            },
            {
                "team": "Victory Five",
                "amount": 3443.0
            }
        ],
        "expected_reward_tokens": 8917.37,
        "profit_sb": -82.63,
        "profit_sb_percentage": -0.92,
        "recommended": false
    },
    "lines": [
        {
            "id": "b0e12325-302c-4877-a199-02f6d933939b",
            "gambit_id": "fe582831-8221-4b61-8466-c485bc442fdf",
            "last_updated": "2022-08-10T10:16:56.832880-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Top Esports",
            "reward": "1.36000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/350d31a6-6c26-45d0-9602-8e19d5a6b773/?format=api"
        },
        {
            "id": "006310b7-80d8-44a1-874b-b40d4e595dcc",
            "gambit_id": "147a289c-082c-48ca-a6fa-79eab5361b96",
            "last_updated": "2022-08-10T10:16:56.832388-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Victory Five",
            "reward": "2.59000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/350d31a6-6c26-45d0-9602-8e19d5a6b773/?format=api"
        }
    ]
}