GET /api/bet_types/b6ba021f-c513-43a6-a975-02a4e812e766/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b6ba021f-c513-43a6-a975-02a4e812e766",
    "match": "https://api-prod.gambitprofit.com/api/matches/d393c1dd-aea5-4cdb-8d06-648c8fdf756b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-22T09:08:21.096492-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": "Phoenix Suns",
                "amount": 5512.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "89512762-e127-48c6-a4d8-5e810f45b74b",
            "gambit_id": "71cbca36-3784-43c8-aed2-9e79494af666",
            "last_updated": "2023-11-23T16:08:03.821999-05:00",
            "created_at": "2023-11-22T09:08:21.104686-05:00",
            "name": "Phoenix Suns",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6ba021f-c513-43a6-a975-02a4e812e766/?format=api"
        },
        {
            "id": "feaa52b9-fd55-4f2c-8c6e-71c35224e145",
            "gambit_id": "c691dcc2-4801-4e62-8eab-68f775fdfb4c",
            "last_updated": "2023-11-23T16:08:03.818415-05:00",
            "created_at": "2023-11-22T09:08:21.100835-05:00",
            "name": "Golden State Warriors",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6ba021f-c513-43a6-a975-02a4e812e766/?format=api"
        }
    ]
}