GET /api/bet_types/faa3aa8d-13db-46da-a761-3fd0bba0eca6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "faa3aa8d-13db-46da-a761-3fd0bba0eca6",
    "match": "https://api-prod.gambitprofit.com/api/matches/2a87ac46-2f71-4442-bed6-17addd8203fe/?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": "Furia Esports",
                "amount": 5565.0
            },
            {
                "team": "Ence Esports",
                "amount": 4435.0
            }
        ],
        "expected_reward_tokens": 8736.95,
        "profit_sb": -263.05,
        "profit_sb_percentage": -2.92,
        "recommended": false
    },
    "lines": [
        {
            "id": "79a3c026-0827-499c-90a2-a003bd328ac7",
            "gambit_id": "dedfde54-87f3-4f19-8cfc-f61177ea0252",
            "last_updated": "2022-11-07T10:22:54.803590-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Furia Esports",
            "reward": "1.57000",
            "odds": "1.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/faa3aa8d-13db-46da-a761-3fd0bba0eca6/?format=api"
        },
        {
            "id": "8a12c8dd-22e4-4ef4-9cb7-179832773775",
            "gambit_id": "2b286543-00ce-4ad5-ad18-3d734869dc6a",
            "last_updated": "2022-11-07T10:22:54.804773-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ence Esports",
            "reward": "1.97000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/faa3aa8d-13db-46da-a761-3fd0bba0eca6/?format=api"
        }
    ]
}