GET /api/bet_types/5fc08f58-9ff9-49d8-9cd2-7ac4877cbde9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5fc08f58-9ff9-49d8-9cd2-7ac4877cbde9",
    "match": "https://api-prod.gambitprofit.com/api/matches/3cf92973-b8e5-4f3b-865e-c9c30bf5c09d/?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": "Pittsburgh Penguins",
                "amount": 6345.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 3655.0
            }
        ],
        "expected_reward_tokens": 9136.8,
        "profit_sb": 136.8,
        "profit_sb_percentage": 1.52,
        "recommended": true
    },
    "lines": [
        {
            "id": "f65d41ad-dbf8-4d81-bf52-f8e08611231c",
            "gambit_id": "6a478568-1267-4b33-ae12-5683ddd52fd2",
            "last_updated": "2022-11-07T09:08:19.520342-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5fc08f58-9ff9-49d8-9cd2-7ac4877cbde9/?format=api"
        },
        {
            "id": "701bcfac-ad24-4543-be44-d2fc1d6d863a",
            "gambit_id": "f11fff1d-93e0-4659-92ed-ff0e071e6f99",
            "last_updated": "2022-11-07T09:08:19.521302-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Kraken",
            "reward": "2.50000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5fc08f58-9ff9-49d8-9cd2-7ac4877cbde9/?format=api"
        }
    ]
}