GET /api/bet_types/89cd0878-cbc6-4a84-a884-05c3daf5aa7e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "89cd0878-cbc6-4a84-a884-05c3daf5aa7e",
    "match": "https://api-prod.gambitprofit.com/api/matches/f46b96da-57c6-47d0-aad0-241d6eb43150/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-31T10:08:03.196666-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": "Dallas Stars",
                "amount": 7615.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 2385.0
            }
        ],
        "expected_reward_tokens": 9442.6,
        "profit_sb": -57.4,
        "profit_sb_percentage": -0.6,
        "recommended": false
    },
    "lines": [
        {
            "id": "10ae36ec-50b9-4caa-9fe5-de6d47f8e387",
            "gambit_id": "cbc50cd3-48d3-48c2-a493-9cf174ded00d",
            "last_updated": "2024-01-02T10:23:10.748356-05:00",
            "created_at": "2023-12-31T10:08:03.205231-05:00",
            "name": "Dallas Stars",
            "reward": "1.24000",
            "odds": "1.25640",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89cd0878-cbc6-4a84-a884-05c3daf5aa7e/?format=api"
        },
        {
            "id": "7224c9e6-3cfe-4d6b-bf12-992107e62f23",
            "gambit_id": "bdde2444-24b7-4c08-88f1-bdcd4183e158",
            "last_updated": "2024-01-02T10:23:10.745092-05:00",
            "created_at": "2023-12-31T10:08:03.201049-05:00",
            "name": "Chicago Blackhawks",
            "reward": "3.96000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89cd0878-cbc6-4a84-a884-05c3daf5aa7e/?format=api"
        }
    ]
}