GET /api/bet_types/1a37d199-7dc4-403e-a5bb-38af8c900709/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1a37d199-7dc4-403e-a5bb-38af8c900709",
    "match": "https://api-prod.gambitprofit.com/api/matches/646b7dc0-451e-454f-8bb3-3b4a2d0cd3ec/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-13T09:22:03.224439-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": "Houston Rockets",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "4017dc86-02f2-4944-a7ad-7b0596b671dd",
            "gambit_id": "41ff74be-f14c-434e-ae3b-0eb3f30e5ed9",
            "last_updated": "2023-03-14T12:27:15.563574-04:00",
            "created_at": "2023-03-13T09:22:03.225795-04:00",
            "name": "Houston Rockets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a37d199-7dc4-403e-a5bb-38af8c900709/?format=api"
        },
        {
            "id": "ab7d0777-99e8-4325-8f8a-6599cf22b07f",
            "gambit_id": "c24ea39e-ff59-4fcb-8fdb-f5e4e8aa5145",
            "last_updated": "2023-03-14T12:27:15.565859-04:00",
            "created_at": "2023-03-13T09:22:03.227186-04:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a37d199-7dc4-403e-a5bb-38af8c900709/?format=api"
        }
    ]
}