GET /api/bet_types/46ea3114-c25f-4a30-8ced-6c2048d92e15/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "46ea3114-c25f-4a30-8ced-6c2048d92e15",
    "match": "https://api-prod.gambitprofit.com/api/matches/75f541e6-414a-44fe-8426-37f4c0520e72/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-28T08:48:02.622998-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": "MIN",
                "amount": 5599.0
            },
            {
                "team": "ATL",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "7750fb38-8509-4c18-8f4b-1c30c749504f",
            "gambit_id": "0654c5a7-38db-4c82-886a-b13bf854c47f",
            "last_updated": "2023-06-29T18:03:04.603038-04:00",
            "created_at": "2023-06-28T08:48:02.624726-04:00",
            "name": "MIN",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46ea3114-c25f-4a30-8ced-6c2048d92e15/?format=api"
        },
        {
            "id": "ceb17200-a27d-47af-905d-c596ec4d08ca",
            "gambit_id": "b40b4f48-a90f-4870-a38e-759434389290",
            "last_updated": "2023-06-29T18:03:04.604791-04:00",
            "created_at": "2023-06-28T08:48:02.626634-04:00",
            "name": "ATL",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46ea3114-c25f-4a30-8ced-6c2048d92e15/?format=api"
        }
    ]
}