GET /api/bet_types/5e29b324-3165-44e0-b4f1-5f94f73e92bf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e29b324-3165-44e0-b4f1-5f94f73e92bf",
    "match": "https://api-prod.gambitprofit.com/api/matches/567d7cd3-3a40-4412-930a-0ac86e42ef9c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-25T12:38:08.080410-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": 6324.0
            },
            {
                "team": "ARI",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "7af7782e-da85-43c8-8f9c-efcb07200bc4",
            "gambit_id": "ef36fb81-739e-49a9-9b1f-40674579deea",
            "last_updated": "2023-07-27T12:58:26.216120-04:00",
            "created_at": "2023-07-25T12:38:08.084803-04:00",
            "name": "STL",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e29b324-3165-44e0-b4f1-5f94f73e92bf/?format=api"
        },
        {
            "id": "4560cfc2-d038-4d37-bcc4-6240da267bf9",
            "gambit_id": "e782d08e-9eee-425c-b35f-ee55e7e49575",
            "last_updated": "2023-07-27T12:58:26.220150-04:00",
            "created_at": "2023-07-25T12:38:08.089605-04:00",
            "name": "ARI",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e29b324-3165-44e0-b4f1-5f94f73e92bf/?format=api"
        }
    ]
}