GET /api/bet_types/3dc71f59-d7b9-4c4f-990f-84ff441d537a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3dc71f59-d7b9-4c4f-990f-84ff441d537a",
    "match": "https://api-prod.gambitprofit.com/api/matches/dba8d999-e3c3-46d3-a81b-756c23f38576/?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": "JD Gaming",
                "amount": 6299.0
            },
            {
                "team": "LNG Esports",
                "amount": 3701.0
            }
        ],
        "expected_reward_tokens": 8881.59,
        "profit_sb": -118.41,
        "profit_sb_percentage": -1.32,
        "recommended": false
    },
    "lines": [
        {
            "id": "640b4f99-e1db-4e0c-b6e4-a145966bbe91",
            "gambit_id": "481c3fea-f5c2-472e-a4c8-072a7027bd1a",
            "last_updated": "2022-08-24T10:32:18.350908-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "JD Gaming",
            "reward": "1.41000",
            "odds": "1.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3dc71f59-d7b9-4c4f-990f-84ff441d537a/?format=api"
        },
        {
            "id": "2409021c-495f-4e46-a8de-3c8fad16c013",
            "gambit_id": "38ab4e83-b039-4ca3-8cf5-04b79fc4e0d3",
            "last_updated": "2022-08-24T10:32:18.350422-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LNG Esports",
            "reward": "2.40000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3dc71f59-d7b9-4c4f-990f-84ff441d537a/?format=api"
        }
    ]
}