GET /api/bet_types/2666a553-9eb2-4303-b4ba-c50e04ff0b06/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2666a553-9eb2-4303-b4ba-c50e04ff0b06",
    "match": "https://api-prod.gambitprofit.com/api/matches/639d1500-c951-4e25-b1d0-6fc55283439f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-26T11:52:13.331393-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": 5599.0
            },
            {
                "team": "COL",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "95bd81ad-fc6b-49b8-9b83-e5e0ff7512c5",
            "gambit_id": "7b003d84-024f-481a-aefe-6ff6bf811dc1",
            "last_updated": "2023-05-27T16:17:17.338246-04:00",
            "created_at": "2023-05-26T11:52:13.334010-04:00",
            "name": "NYM",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2666a553-9eb2-4303-b4ba-c50e04ff0b06/?format=api"
        },
        {
            "id": "f8d2ec1d-42b3-4265-bebe-60d95ea7ad82",
            "gambit_id": "59d2ae47-1a68-45ae-8bdc-1078423ca13d",
            "last_updated": "2023-05-27T16:17:17.341932-04:00",
            "created_at": "2023-05-26T11:52:13.337068-04:00",
            "name": "COL",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2666a553-9eb2-4303-b4ba-c50e04ff0b06/?format=api"
        }
    ]
}