GET /api/bet_types/8df8dada-f168-4f12-89ca-6de0b2091f70/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8df8dada-f168-4f12-89ca-6de0b2091f70",
    "match": "https://api-prod.gambitprofit.com/api/matches/287360d4-6f80-464e-8ccc-c359bf5a4e85/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-30T08:18:14.730922-04: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": "SEA (B Miller)",
                "amount": 7106.0
            },
            {
                "team": "OAK (Z Neal)",
                "amount": 2894.0
            }
        ],
        "expected_reward_tokens": 9521.26,
        "profit_sb": 21.26,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "22a312e7-1a9c-4cfa-8854-2b34b23126ff",
            "gambit_id": "45d6227d-24b0-4588-b928-6fb90626ada0",
            "last_updated": "2023-08-31T19:23:23.321971-04:00",
            "created_at": "2023-08-30T08:18:14.739570-04:00",
            "name": "SEA (B Miller)",
            "reward": "1.34000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8df8dada-f168-4f12-89ca-6de0b2091f70/?format=api"
        },
        {
            "id": "0ea83a70-d892-4f4b-a286-c78ee670b251",
            "gambit_id": "278740ea-565b-4673-829f-f3c7c8d9b0cb",
            "last_updated": "2023-08-31T19:23:23.318635-04:00",
            "created_at": "2023-08-30T08:18:14.735197-04:00",
            "name": "OAK (Z Neal)",
            "reward": "3.29000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8df8dada-f168-4f12-89ca-6de0b2091f70/?format=api"
        }
    ]
}