GET /api/bet_types/3c50d58c-d8fb-4dc0-8ba5-f7d0611ff3a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3c50d58c-d8fb-4dc0-8ba5-f7d0611ff3a5",
    "match": "https://api-prod.gambitprofit.com/api/matches/2803967b-5a14-451c-ab7b-8d88bb1d848d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-28T12:36:59.688669-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": "Washington Wizards",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "4edafb63-4740-44a6-924e-98f9e33080fe",
            "gambit_id": "9ea5a6c9-2260-4aa4-be08-67bf0f1bb5e7",
            "last_updated": "2023-03-01T09:37:05.542515-05:00",
            "created_at": "2023-02-28T12:36:59.689920-05:00",
            "name": "Washington Wizards",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c50d58c-d8fb-4dc0-8ba5-f7d0611ff3a5/?format=api"
        },
        {
            "id": "ba0bf068-15af-4f03-8d71-e38a926756a1",
            "gambit_id": "b3f92aab-5c25-4ddb-ab72-9040e12c18ed",
            "last_updated": "2023-03-01T09:37:05.543653-05:00",
            "created_at": "2023-02-28T12:36:59.691154-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c50d58c-d8fb-4dc0-8ba5-f7d0611ff3a5/?format=api"
        }
    ]
}