GET /api/bet_types/819c8922-9ede-4b9b-909c-79043c4ced2e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "819c8922-9ede-4b9b-909c-79043c4ced2e",
    "match": "https://api-prod.gambitprofit.com/api/matches/8a02f7ca-c4b8-4f52-9a23-a406ec8262df/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-02T13:27:13.898504-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": "Charlotte Hornets",
                "amount": 5402.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 4598.0
            }
        ],
        "expected_reward_tokens": 8966.1,
        "profit_sb": -33.9,
        "profit_sb_percentage": -0.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "c5c282c6-8143-4bfb-a0eb-b0d6a18f8e1b",
            "gambit_id": "a1db0ed7-cc3f-4809-984b-f332f8538162",
            "last_updated": "2023-01-03T10:56:47.914855-05:00",
            "created_at": "2023-01-02T13:27:13.899697-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.66000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/819c8922-9ede-4b9b-909c-79043c4ced2e/?format=api"
        },
        {
            "id": "5e94dd75-9f7f-4966-8bf9-457c8e6f04dd",
            "gambit_id": "8b073965-b6e8-4c4b-ae54-5dc756ed567a",
            "last_updated": "2023-01-03T10:56:47.915976-05:00",
            "created_at": "2023-01-02T13:27:13.900949-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.95000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/819c8922-9ede-4b9b-909c-79043c4ced2e/?format=api"
        }
    ]
}