GET /api/bet_types/587b2635-6f2a-4bc2-90e3-006777d7f102/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "587b2635-6f2a-4bc2-90e3-006777d7f102",
    "match": "https://api-prod.gambitprofit.com/api/matches/64e60105-296c-4b6b-b985-8e755560de13/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-23T11:52:01.297932-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": "Andre Muniz",
                "amount": 6196.0
            },
            {
                "team": "Brendan Allen",
                "amount": 3804.0
            }
        ],
        "expected_reward_tokens": 9355.96,
        "profit_sb": -144.04,
        "profit_sb_percentage": -1.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "5b37ca13-dad2-4be0-8f54-11cfad02fb6f",
            "gambit_id": "5de52307-0ba2-46f7-82bc-3baef12551c0",
            "last_updated": "2023-02-26T12:02:03.551659-05:00",
            "created_at": "2023-02-23T11:52:01.299141-05:00",
            "name": "Andre Muniz",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/587b2635-6f2a-4bc2-90e3-006777d7f102/?format=api"
        },
        {
            "id": "e1886013-47b8-41b6-9459-417c3484039d",
            "gambit_id": "f66af212-985a-44ba-9ee2-ca77fea5fbee",
            "last_updated": "2023-02-26T12:02:03.552805-05:00",
            "created_at": "2023-02-23T11:52:01.300418-05:00",
            "name": "Brendan Allen",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/587b2635-6f2a-4bc2-90e3-006777d7f102/?format=api"
        }
    ]
}