GET /api/bet_types/4648ef29-4285-4359-a313-310e629edb2d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4648ef29-4285-4359-a313-310e629edb2d",
    "match": "https://api-prod.gambitprofit.com/api/matches/f85fa49d-66b4-45b9-9f8e-271b928de93c/?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": 5963.0
            },
            {
                "team": "BIG",
                "amount": 4037.0
            }
        ],
        "expected_reward_tokens": 9123.39,
        "profit_sb": -376.61,
        "profit_sb_percentage": -3.96,
        "recommended": false
    },
    "lines": [
        {
            "id": "55522649-7bfa-45f3-a887-0f09006b94e1",
            "gambit_id": "86eba592-cf3e-4ccf-98ea-c8361df0f18c",
            "last_updated": "2022-12-24T17:12:25.609688-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Furia Esports",
            "reward": "1.53000",
            "odds": "1.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4648ef29-4285-4359-a313-310e629edb2d/?format=api"
        },
        {
            "id": "9a718ac6-b68a-448d-b179-f8c30f0d20fe",
            "gambit_id": "1005f854-44d6-4d96-bae9-75f44df0d8d9",
            "last_updated": "2022-12-24T17:12:25.610793-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BIG",
            "reward": "2.26000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4648ef29-4285-4359-a313-310e629edb2d/?format=api"
        }
    ]
}