GET /api/bet_types/74e516a4-7e53-45f3-ae68-7dbd9164a2ae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "74e516a4-7e53-45f3-ae68-7dbd9164a2ae",
    "match": "https://api-prod.gambitprofit.com/api/matches/3fa5158d-fd65-4ba1-a69a-5363d73614bf/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-31T10:23:04.557984-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": "CLE",
                "amount": 5423.0
            },
            {
                "team": "HOU",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "4efe687b-95dd-4002-8349-a12a2d7f1abc",
            "gambit_id": "4f5834d5-1fb0-497d-a258-9fe21c973ab8",
            "last_updated": "2023-08-01T11:03:23.563531-04:00",
            "created_at": "2023-07-31T10:23:04.562729-04:00",
            "name": "CLE",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74e516a4-7e53-45f3-ae68-7dbd9164a2ae/?format=api"
        },
        {
            "id": "95607f64-263d-456d-8f9e-4ca2a3b29375",
            "gambit_id": "6a741faf-5441-4420-8a25-b3a5726c1d63",
            "last_updated": "2023-08-01T11:03:23.572109-04:00",
            "created_at": "2023-07-31T10:23:04.568866-04:00",
            "name": "HOU",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74e516a4-7e53-45f3-ae68-7dbd9164a2ae/?format=api"
        }
    ]
}