GET /api/bet_types/ef5fa650-0edd-43fa-a86d-d6dce46c8389/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ef5fa650-0edd-43fa-a86d-d6dce46c8389",
    "match": "https://api-prod.gambitprofit.com/api/matches/7efc0564-7536-4a54-9bae-76fcbb02725d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-18T09:16:51.956306-05: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": "Washington Wizards",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "a5e7a7d6-2d9b-48fb-a7e4-86cdd89b7d7b",
            "gambit_id": "dd9ea21f-543d-4a7f-900f-3d3f89fb5c06",
            "last_updated": "2023-01-19T09:32:10.540655-05:00",
            "created_at": "2023-01-18T09:16:51.962153-05:00",
            "name": "Washington Wizards",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef5fa650-0edd-43fa-a86d-d6dce46c8389/?format=api"
        },
        {
            "id": "3c66e1a0-5831-48b8-9fc8-764cf7e354a2",
            "gambit_id": "9e7bddd3-ce55-4aef-b46a-11c093bfc1b9",
            "last_updated": "2023-01-19T09:32:10.539468-05:00",
            "created_at": "2023-01-18T09:16:51.959099-05:00",
            "name": "New York Knicks",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef5fa650-0edd-43fa-a86d-d6dce46c8389/?format=api"
        }
    ]
}