GET /api/bet_types/3b106fe6-51a1-4926-9089-a91a74a704c5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b106fe6-51a1-4926-9089-a91a74a704c5",
    "match": "https://api-prod.gambitprofit.com/api/matches/f7ac0a67-ad83-4db6-b15f-322bc998b520/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-19T11:46:55.586816-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": "Mackenzie Dern",
                "amount": 5778.0
            },
            {
                "team": "Angela Hill",
                "amount": 4222.0
            }
        ],
        "expected_reward_tokens": 9244.8,
        "profit_sb": -255.2,
        "profit_sb_percentage": -2.69,
        "recommended": false
    },
    "lines": [
        {
            "id": "17525e7a-c0a5-4501-a2d6-6a5fdb05fab0",
            "gambit_id": "247799e5-4670-4ae0-b588-b0f24b883bca",
            "last_updated": "2023-05-25T13:47:05.598528-04:00",
            "created_at": "2023-05-19T11:46:55.589073-04:00",
            "name": "Mackenzie Dern",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b106fe6-51a1-4926-9089-a91a74a704c5/?format=api"
        },
        {
            "id": "50f45ee2-4b53-4bd5-962d-54a998fdb239",
            "gambit_id": "3173c0db-fd15-4921-87eb-18e95e56dd67",
            "last_updated": "2023-05-25T13:47:05.601750-04:00",
            "created_at": "2023-05-19T11:46:55.591129-04:00",
            "name": "Angela Hill",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b106fe6-51a1-4926-9089-a91a74a704c5/?format=api"
        }
    ]
}