GET /api/bet_types/e6f6744e-a08f-4f58-b09d-40510d6b7eac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e6f6744e-a08f-4f58-b09d-40510d6b7eac",
    "match": "https://api-prod.gambitprofit.com/api/matches/c7bb6b74-80d5-4451-8bbc-1ccac5d04002/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-26T00:32:08.247304-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": "Chicago Bulls",
                "amount": 5000.0
            },
            {
                "team": "Houston Rockets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "aacd5edc-f20e-4d95-a33b-0ce4da636c23",
            "gambit_id": "780559dc-5aa2-4692-94b2-af0906e6431f",
            "last_updated": "2022-12-27T10:22:02.632308-05:00",
            "created_at": "2022-12-26T00:32:08.248563-05:00",
            "name": "Chicago Bulls",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6f6744e-a08f-4f58-b09d-40510d6b7eac/?format=api"
        },
        {
            "id": "72414bcb-c403-459c-91d8-47e09824576a",
            "gambit_id": "3dc2ed9d-d1fe-4e91-8146-0d7418e5943f",
            "last_updated": "2022-12-27T10:22:02.633348-05:00",
            "created_at": "2022-12-26T00:32:08.249914-05:00",
            "name": "Houston Rockets",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6f6744e-a08f-4f58-b09d-40510d6b7eac/?format=api"
        }
    ]
}