GET /api/bet_types/e1642419-57bf-4efa-9e2f-c4e234131f03/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e1642419-57bf-4efa-9e2f-c4e234131f03",
    "match": "https://api-prod.gambitprofit.com/api/matches/bf090b34-d672-411d-abf0-8f4ddf12a3f1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-06T08:32:15.722159-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": 7816.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 2184.0
            }
        ],
        "expected_reward_tokens": 9456.72,
        "profit_sb": -43.28,
        "profit_sb_percentage": -0.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "2890ea84-df60-4449-a1a0-e29b8920e78d",
            "gambit_id": "9bb440c8-a59f-40b2-8278-b0ec8a2b83f3",
            "last_updated": "2023-02-07T10:22:15.312038-05:00",
            "created_at": "2023-02-06T08:32:15.723411-05:00",
            "name": "Chicago Bulls",
            "reward": "1.21000",
            "odds": "1.22220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1642419-57bf-4efa-9e2f-c4e234131f03/?format=api"
        },
        {
            "id": "4531f9a4-5885-4265-b29e-3fcb1dd49242",
            "gambit_id": "09d19255-df15-4136-8c03-86c6d39cdd38",
            "last_updated": "2023-02-07T10:22:15.313244-05:00",
            "created_at": "2023-02-06T08:32:15.724771-05:00",
            "name": "San Antonio Spurs",
            "reward": "4.33000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1642419-57bf-4efa-9e2f-c4e234131f03/?format=api"
        }
    ]
}