GET /api/bet_types/2abc0ed9-4841-4335-94e3-d3e00660c2d6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2abc0ed9-4841-4335-94e3-d3e00660c2d6",
    "match": "https://api-prod.gambitprofit.com/api/matches/369cb16d-2a03-4a39-a71b-41f58f7b5436/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-21T09:33:15.209354-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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "Houston Rockets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b9e5b77f-7a3b-4b82-b7d0-88ba5e933b74",
            "gambit_id": "c40f33ca-68b0-43e4-9edb-a10e51665894",
            "last_updated": "2024-01-23T18:48:25.379595-05:00",
            "created_at": "2024-01-21T09:33:15.213787-05:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2abc0ed9-4841-4335-94e3-d3e00660c2d6/?format=api"
        },
        {
            "id": "7d91fb4d-d704-4a3b-b659-43da7409a7c8",
            "gambit_id": "c5033caf-1205-44fe-8ed6-c61241e68790",
            "last_updated": "2024-01-23T18:48:25.383293-05:00",
            "created_at": "2024-01-21T09:33:15.218874-05:00",
            "name": "Houston Rockets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2abc0ed9-4841-4335-94e3-d3e00660c2d6/?format=api"
        }
    ]
}