GET /api/bet_types/e437850e-d446-44d6-b6dd-8942f88c6007/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e437850e-d446-44d6-b6dd-8942f88c6007",
    "match": "https://api-prod.gambitprofit.com/api/matches/7a95ee7c-220f-46c1-93af-6ccb47f3d922/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-04T09:53:06.720248-04: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": "Armen Petrosyan",
                "amount": 5000.0
            },
            {
                "team": "Rodolfo Vieira",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": -350.0,
        "profit_sb_percentage": -3.68,
        "recommended": false
    },
    "lines": [
        {
            "id": "4e759ffc-de24-4453-ab8c-68a72c1b88af",
            "gambit_id": "830158b4-cad0-46ff-9c39-1c9c1cd70c4b",
            "last_updated": "2023-11-11T19:58:13.044389-05:00",
            "created_at": "2023-11-04T09:53:06.725479-04:00",
            "name": "Armen Petrosyan",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e437850e-d446-44d6-b6dd-8942f88c6007/?format=api"
        },
        {
            "id": "8a21b6ef-aebd-4680-9e59-422e3df8df22",
            "gambit_id": "9b052ac9-1ca2-4feb-aa5f-2053db41ac54",
            "last_updated": "2023-11-11T19:58:13.048031-05:00",
            "created_at": "2023-11-04T09:53:06.730578-04:00",
            "name": "Rodolfo Vieira",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e437850e-d446-44d6-b6dd-8942f88c6007/?format=api"
        }
    ]
}