GET /api/bet_types/2b3a7017-54d1-425f-85bc-d25506ad8e9f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2b3a7017-54d1-425f-85bc-d25506ad8e9f",
    "match": "https://api-prod.gambitprofit.com/api/matches/b7126ecf-53c2-4dbb-b3de-62fdcd728742/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-07T08:38:25.383478-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": "Philadelphia Flyers",
                "amount": 6546.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 3454.0
            }
        ],
        "expected_reward_tokens": 9360.34,
        "profit_sb": -139.66,
        "profit_sb_percentage": -1.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "286153a2-2ebc-460a-baa3-9518898eeb22",
            "gambit_id": "ad92099c-ba08-4ea5-bf1e-5f471849c04b",
            "last_updated": "2023-11-10T12:58:28.786376-05:00",
            "created_at": "2023-11-07T08:38:25.391311-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b3a7017-54d1-425f-85bc-d25506ad8e9f/?format=api"
        },
        {
            "id": "2f0cab97-b6c9-4c8a-8a63-b439a6a4a001",
            "gambit_id": "fa74a3b9-ca9e-450c-8c46-988ee353c5c6",
            "last_updated": "2023-11-10T12:58:28.789866-05:00",
            "created_at": "2023-11-07T08:38:25.396007-05:00",
            "name": "San Jose Sharks",
            "reward": "2.71000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b3a7017-54d1-425f-85bc-d25506ad8e9f/?format=api"
        }
    ]
}