GET /api/bet_types/80377e4f-985a-4d9c-ae22-9d9e703194fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "80377e4f-985a-4d9c-ae22-9d9e703194fb",
    "match": "https://api-prod.gambitprofit.com/api/matches/360d83ed-5eb3-4019-89fa-23f0b1355ca4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-10T10:03:09.470306-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": "NYM",
                "amount": 5512.0
            },
            {
                "team": "MIN",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "79aa207b-ef8a-470d-b1d8-5807b7a539ed",
            "gambit_id": "f0ecfe7a-cd5e-44ed-b56b-0ce2a6fb03b2",
            "last_updated": "2023-09-12T11:23:03.860147-04:00",
            "created_at": "2023-09-10T10:03:09.494948-04:00",
            "name": "NYM",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80377e4f-985a-4d9c-ae22-9d9e703194fb/?format=api"
        },
        {
            "id": "282ad56a-2f1d-471c-9ce3-5f1502b8c303",
            "gambit_id": "1fe1d1e2-acec-43ab-b841-9b00e7099e6e",
            "last_updated": "2023-09-12T11:23:03.863608-04:00",
            "created_at": "2023-09-10T10:03:09.500987-04:00",
            "name": "MIN",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80377e4f-985a-4d9c-ae22-9d9e703194fb/?format=api"
        }
    ]
}