GET /api/bet_types/ed70b224-4dfb-4f33-976d-ff0136a79fa8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ed70b224-4dfb-4f33-976d-ff0136a79fa8",
    "match": "https://api-prod.gambitprofit.com/api/matches/dbf329e4-7c27-41d3-91b6-3dec9acb90ab/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-27T09:07:22.380278-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": "Dallas Mavericks",
                "amount": 5000.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b41367d0-82bc-4c58-93c6-2d7640cff845",
            "gambit_id": "38c22178-ba9f-459d-ab64-5ba9543488ed",
            "last_updated": "2023-03-28T11:11:56.781021-04:00",
            "created_at": "2023-03-27T09:07:22.383579-04:00",
            "name": "Dallas Mavericks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed70b224-4dfb-4f33-976d-ff0136a79fa8/?format=api"
        },
        {
            "id": "64c3bf52-5770-420d-9047-fa52e8edd9b3",
            "gambit_id": "0f659a5f-c9ff-4e8f-a4f3-990a19446195",
            "last_updated": "2023-03-28T11:11:56.778181-04:00",
            "created_at": "2023-03-27T09:07:22.381888-04:00",
            "name": "Indiana Pacers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed70b224-4dfb-4f33-976d-ff0136a79fa8/?format=api"
        }
    ]
}