GET /api/bet_types/3dd50c1c-ab6f-480e-b840-8ccd57e5f4c3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3dd50c1c-ab6f-480e-b840-8ccd57e5f4c3",
    "match": "https://api-prod.gambitprofit.com/api/matches/e2208833-26c4-441c-b367-dc49af57e384/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-20T08:33:20.229546-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": "CHC (M Stroman)",
                "amount": 5638.0
            },
            {
                "team": "PIT (J Oviedo)",
                "amount": 4362.0
            }
        ],
        "expected_reward_tokens": 9640.02,
        "profit_sb": 140.02,
        "profit_sb_percentage": 1.47,
        "recommended": true
    },
    "lines": [
        {
            "id": "325283d0-c6b6-40aa-8152-823bd9ce5511",
            "gambit_id": "584faa71-f23a-4d3c-aaf6-efb87f822673",
            "last_updated": "2023-06-22T10:18:00.101191-04:00",
            "created_at": "2023-06-20T08:33:20.232136-04:00",
            "name": "CHC (M Stroman)",
            "reward": "1.71000",
            "odds": "1.73530",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3dd50c1c-ab6f-480e-b840-8ccd57e5f4c3/?format=api"
        },
        {
            "id": "2ae56dc2-8d32-45ee-a6b6-5c3954fe4799",
            "gambit_id": "7c7cc843-8edf-4c0f-b9c4-968f1ed09f9a",
            "last_updated": "2023-06-22T10:18:00.102796-04:00",
            "created_at": "2023-06-20T08:33:20.235560-04:00",
            "name": "PIT (J Oviedo)",
            "reward": "2.21000",
            "odds": "2.26000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3dd50c1c-ab6f-480e-b840-8ccd57e5f4c3/?format=api"
        }
    ]
}