GET /api/bet_types/fd5e0a2c-64b2-49b7-8579-bc842fc065ab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd5e0a2c-64b2-49b7-8579-bc842fc065ab",
    "match": "https://api-prod.gambitprofit.com/api/matches/2602df56-2acd-4815-982b-408326ae0dd1/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "San Francisco Shock",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10600.0,
        "profit_sb": 1100.0,
        "profit_sb_percentage": 11.58,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "San Francisco Shock",
                "amount": 8734.0
            },
            {
                "team": "Paris Eternal",
                "amount": 1266.0
            }
        ],
        "expected_reward_tokens": 9254.46,
        "profit_sb": -245.54,
        "profit_sb_percentage": -2.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fbf4a564-5bce-4430-af29-a6774e27a74d",
            "gambit_id": "6d092f63-cf3a-4340-8d37-17e509e2962c",
            "last_updated": "2022-10-15T19:02:15.030233-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Francisco Shock",
            "reward": "1.06000",
            "odds": "1.06000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd5e0a2c-64b2-49b7-8579-bc842fc065ab/?format=api"
        },
        {
            "id": "c0e59305-5d40-4c63-a7d9-655564a80143",
            "gambit_id": "3550324e-d724-43bd-a3f7-6c0fcc92ce61",
            "last_updated": "2022-10-15T19:02:15.031335-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Paris Eternal",
            "reward": "7.31000",
            "odds": "7.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd5e0a2c-64b2-49b7-8579-bc842fc065ab/?format=api"
        }
    ]
}