GET /api/bet_types/82ca44fc-76ae-4698-9d96-e880e3d7453e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "82ca44fc-76ae-4698-9d96-e880e3d7453e",
    "match": "https://api-prod.gambitprofit.com/api/matches/ef95b4fc-aec5-4024-8c3c-49c1243b5ff6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-03T08:28:19.396918-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": "PHI (M Lorenzen)",
                "amount": 5260.0
            },
            {
                "team": "MIA (J Cueto)",
                "amount": 4740.0
            }
        ],
        "expected_reward_tokens": 9573.2,
        "profit_sb": 73.2,
        "profit_sb_percentage": 0.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "1ad0aa53-f68f-4c07-9076-0f9ab7dfb03e",
            "gambit_id": "d84d9621-a174-4062-9f5c-73ecb8f888ab",
            "last_updated": "2023-08-04T09:53:13.189960-04:00",
            "created_at": "2023-08-03T08:28:19.408221-04:00",
            "name": "PHI (M Lorenzen)",
            "reward": "1.82000",
            "odds": "1.85470",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82ca44fc-76ae-4698-9d96-e880e3d7453e/?format=api"
        },
        {
            "id": "33de979e-53f1-47ee-bc2e-22ce856a01b6",
            "gambit_id": "acc45b7e-1410-403a-ae5a-5e75667dbd91",
            "last_updated": "2023-08-04T09:53:13.194022-04:00",
            "created_at": "2023-08-03T08:28:19.417546-04:00",
            "name": "MIA (J Cueto)",
            "reward": "2.02000",
            "odds": "2.07000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82ca44fc-76ae-4698-9d96-e880e3d7453e/?format=api"
        }
    ]
}