GET /api/bet_types/2d8fda98-ec8c-430c-9a3b-cb8164a87ab9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2d8fda98-ec8c-430c-9a3b-cb8164a87ab9",
    "match": "https://api-prod.gambitprofit.com/api/matches/8ef935c0-ec94-40c4-8cd0-26523c38c1fc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-12T19:26:54.906121-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": "Los Angeles Lakers",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d9ab3814-ab10-4741-b1b7-eb7083d7d21b",
            "gambit_id": "b19c5784-8540-4dc5-9a4d-126ad2412dc6",
            "last_updated": "2023-03-13T18:57:09.401060-04:00",
            "created_at": "2023-03-12T19:26:54.910950-04:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d8fda98-ec8c-430c-9a3b-cb8164a87ab9/?format=api"
        },
        {
            "id": "ce9c2dd3-b582-4bfe-8090-c3a0c800366a",
            "gambit_id": "1c295191-66b3-4b0b-acdd-77a34013d343",
            "last_updated": "2023-03-13T18:57:09.402839-04:00",
            "created_at": "2023-03-12T19:26:54.913457-04:00",
            "name": "New York Knicks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d8fda98-ec8c-430c-9a3b-cb8164a87ab9/?format=api"
        }
    ]
}