GET /api/bet_types/7235f432-73d2-4647-bf04-a849d33024f0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7235f432-73d2-4647-bf04-a849d33024f0",
    "match": "https://api-prod.gambitprofit.com/api/matches/e7aeb518-491b-4f9b-a896-7e32754b2e02/?format=api",
    "name": "Play the Odds",
    "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": "Detroit Red Wings",
                "amount": 6235.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 3765.0
            }
        ],
        "expected_reward_tokens": 9600.75,
        "profit_sb": 100.75,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "53487b23-273d-40d1-9698-5fbba006f1dc",
            "gambit_id": "7252c05b-5ccd-48aa-9ee4-6d03372c711c",
            "last_updated": "2022-10-31T11:12:08.766036-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.54000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7235f432-73d2-4647-bf04-a849d33024f0/?format=api"
        },
        {
            "id": "bd23609a-726f-4901-87f0-2fb9ac4b740f",
            "gambit_id": "8ab07d78-352e-401f-bc1c-13b6e89d0b83",
            "last_updated": "2022-10-31T11:12:08.767044-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Wild",
            "reward": "2.55000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7235f432-73d2-4647-bf04-a849d33024f0/?format=api"
        }
    ]
}