GET /api/bet_types/f61ae164-dd3d-4388-b267-06b2ce56677d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f61ae164-dd3d-4388-b267-06b2ce56677d",
    "match": "https://api-prod.gambitprofit.com/api/matches/f65d3ecb-476f-4b4c-88ba-2d2905e80646/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-11T09:02:20.014054-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": "MIN (P Lopez)",
                "amount": 5909.0
            },
            {
                "team": "CWS (L Lynn)",
                "amount": 4091.0
            }
        ],
        "expected_reward_tokens": 9572.58,
        "profit_sb": 72.58,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "df97e98d-81ff-4e59-be1d-054e046008f8",
            "gambit_id": "f30822c2-511d-414f-aca4-a3895a7ba6bd",
            "last_updated": "2023-04-12T09:51:57.189815-04:00",
            "created_at": "2023-04-11T09:02:20.016599-04:00",
            "name": "MIN (P Lopez)",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f61ae164-dd3d-4388-b267-06b2ce56677d/?format=api"
        },
        {
            "id": "27595dc9-6fa4-4a9d-bfbf-53a22a870465",
            "gambit_id": "38dc3b88-604a-4fae-b301-bf0a42a6e458",
            "last_updated": "2023-04-12T09:51:57.192756-04:00",
            "created_at": "2023-04-11T09:02:20.019849-04:00",
            "name": "CWS (L Lynn)",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f61ae164-dd3d-4388-b267-06b2ce56677d/?format=api"
        }
    ]
}