GET /api/bet_types/6869e952-1cec-407c-a17f-4275cae17b36/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6869e952-1cec-407c-a17f-4275cae17b36",
    "match": "https://api-prod.gambitprofit.com/api/matches/5845f7f9-ec2d-4d85-b131-6c160965027e/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": 5829.0
            },
            {
                "team": "New York Knicks",
                "amount": 4171.0
            }
        ],
        "expected_reward_tokens": 9092.78,
        "profit_sb": 92.78,
        "profit_sb_percentage": 1.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "9437239b-16ac-4b3e-ab2d-7650d11d5afe",
            "gambit_id": "58e03ab4-8814-4b50-998c-39a54e02a974",
            "last_updated": "2022-12-15T10:46:59.966008-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bulls",
            "reward": "1.56000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6869e952-1cec-407c-a17f-4275cae17b36/?format=api"
        },
        {
            "id": "3afe0dc0-aeae-402f-a8ea-c5e14b52443f",
            "gambit_id": "9dfcd711-53c5-43f8-b1d1-9fa024fb457e",
            "last_updated": "2022-12-15T10:46:59.967178-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Knicks",
            "reward": "2.18000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6869e952-1cec-407c-a17f-4275cae17b36/?format=api"
        }
    ]
}