GET /api/bet_types/7bd6c626-383b-4a06-b95e-2bff5e2c1d8c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7bd6c626-383b-4a06-b95e-2bff5e2c1d8c",
    "match": "https://api-prod.gambitprofit.com/api/matches/340d5a5d-99b4-46bb-82d7-617a813e1cd8/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-06T09:23:27.237588-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": "Ottawa Senators",
                "amount": 5512.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "8e21c471-335f-4185-8f54-f0b41dc7e638",
            "gambit_id": "a452e7f9-f98c-411f-be2d-13e66c1df5b9",
            "last_updated": "2024-01-09T10:13:15.617157-05:00",
            "created_at": "2024-01-06T09:23:27.241826-05:00",
            "name": "Ottawa Senators",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bd6c626-383b-4a06-b95e-2bff5e2c1d8c/?format=api"
        },
        {
            "id": "a6bfdffa-c7bb-4aa6-9fcd-dce25aa9c337",
            "gambit_id": "527621c8-c2aa-41dd-b1db-22049aa295ba",
            "last_updated": "2024-01-09T10:13:15.620574-05:00",
            "created_at": "2024-01-06T09:23:27.246215-05:00",
            "name": "Edmonton Oilers",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bd6c626-383b-4a06-b95e-2bff5e2c1d8c/?format=api"
        }
    ]
}