GET /api/bet_types/b9d01ca6-7dc1-477c-b2b0-c403f19e2db6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b9d01ca6-7dc1-477c-b2b0-c403f19e2db6",
    "match": "https://api-prod.gambitprofit.com/api/matches/48c815f4-33f1-4aef-bd78-690bbe613638/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-15T08:58:07.146184-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": "NYY (C Schmidt)",
                "amount": 6060.0
            },
            {
                "team": "COL (C Seabold)",
                "amount": 3940.0
            }
        ],
        "expected_reward_tokens": 9574.2,
        "profit_sb": 74.2,
        "profit_sb_percentage": 0.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "9895ab6a-bd7c-4f94-a693-fb2db7d3065f",
            "gambit_id": "01f66443-c513-41a5-a761-706e2c049215",
            "last_updated": "2023-07-17T10:08:18.802202-04:00",
            "created_at": "2023-07-15T08:58:07.147555-04:00",
            "name": "NYY (C Schmidt)",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9d01ca6-7dc1-477c-b2b0-c403f19e2db6/?format=api"
        },
        {
            "id": "cb8dcd2b-f0e5-4784-b512-0759464e0258",
            "gambit_id": "6ba04964-719c-4bac-89d3-f02928210442",
            "last_updated": "2023-07-17T10:08:18.803794-04:00",
            "created_at": "2023-07-15T08:58:07.148982-04:00",
            "name": "COL (C Seabold)",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9d01ca6-7dc1-477c-b2b0-c403f19e2db6/?format=api"
        }
    ]
}