GET /api/bet_types/d22e5cd1-07ab-42c3-a7aa-3a9a7a58853e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d22e5cd1-07ab-42c3-a7aa-3a9a7a58853e",
    "match": "https://api-prod.gambitprofit.com/api/matches/e4b750c4-7c50-4888-9075-feaa567c8137/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-17T09:32:59.481558-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": "STL",
                "amount": 5784.0
            },
            {
                "team": "NYM",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "dd571fdb-66b3-4f4b-a120-8f6c8700ed6f",
            "gambit_id": "4b992fe3-f924-4b11-9e10-9f62387375a4",
            "last_updated": "2023-06-18T10:28:11.919542-04:00",
            "created_at": "2023-06-17T09:32:59.483911-04:00",
            "name": "STL",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d22e5cd1-07ab-42c3-a7aa-3a9a7a58853e/?format=api"
        },
        {
            "id": "07e534fa-c03b-490d-a72c-2f13351a246d",
            "gambit_id": "06414a51-e54a-4f53-bda2-e0da319d3a52",
            "last_updated": "2023-06-18T10:28:11.917689-04:00",
            "created_at": "2023-06-17T09:32:59.486448-04:00",
            "name": "NYM",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d22e5cd1-07ab-42c3-a7aa-3a9a7a58853e/?format=api"
        }
    ]
}