GET /api/bet_types/84576d2c-207f-45b7-8613-86ee06f393b4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "84576d2c-207f-45b7-8613-86ee06f393b4",
    "match": "https://api-prod.gambitprofit.com/api/matches/b1be7bac-17d9-4d67-ab0b-1ea05c4bd5b4/?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": "MIL (F Peralta)",
                "amount": 5933.0
            },
            {
                "team": "CHC (J Steele)",
                "amount": 4067.0
            }
        ],
        "expected_reward_tokens": 9313.43,
        "profit_sb": 313.43,
        "profit_sb_percentage": 3.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "4aa2dc7d-accd-4ac9-aaec-ad6c70e81a34",
            "gambit_id": "4d781c2a-68b5-4072-9a96-242135b36559",
            "last_updated": "2022-08-27T12:27:01.635321-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL (F Peralta)",
            "reward": "1.57000",
            "odds": "1.63290",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84576d2c-207f-45b7-8613-86ee06f393b4/?format=api"
        },
        {
            "id": "c621327b-25f7-43cd-bf85-ea8cc9c4e57f",
            "gambit_id": "9bb8b578-e129-47b0-9235-173102c50602",
            "last_updated": "2022-08-27T12:27:01.635786-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC (J Steele)",
            "reward": "2.29000",
            "odds": "2.43000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84576d2c-207f-45b7-8613-86ee06f393b4/?format=api"
        }
    ]
}