GET /api/bet_types/a0c9f597-220f-49ef-9529-49166b8a631a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a0c9f597-220f-49ef-9529-49166b8a631a",
    "match": "https://api-prod.gambitprofit.com/api/matches/feef5f06-20c1-4281-8db7-a7589ad132d2/?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": "Daniel Rodriguez",
                "amount": 5892.0
            },
            {
                "team": "Jingliang Li",
                "amount": 4108.0
            }
        ],
        "expected_reward_tokens": 8955.44,
        "profit_sb": -44.56,
        "profit_sb_percentage": -0.5,
        "recommended": false
    },
    "lines": [
        {
            "id": "d7667a9a-cee2-4e4d-9813-886a0c68c0e8",
            "gambit_id": "1beba642-fb07-479c-8434-4cbb887b62bd",
            "last_updated": "2022-09-11T21:07:05.981684-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Daniel Rodriguez",
            "reward": "1.52000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0c9f597-220f-49ef-9529-49166b8a631a/?format=api"
        },
        {
            "id": "33b4742d-bb18-4372-b9a0-77b62286f9ff",
            "gambit_id": "eff94d32-04fc-47a1-a3be-28ee2c5013ec",
            "last_updated": "2022-09-11T21:07:05.982734-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Jingliang Li",
            "reward": "2.18000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0c9f597-220f-49ef-9529-49166b8a631a/?format=api"
        }
    ]
}