GET /api/bet_types/c14ccbdf-a3a8-4735-9faf-287a92ebe487/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c14ccbdf-a3a8-4735-9faf-287a92ebe487",
    "match": "https://api-prod.gambitprofit.com/api/matches/c7d30b9f-4d67-4b80-91e9-a703af62f050/?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": "Chicago Blackhawks",
                "amount": 5863.0
            },
            {
                "team": "New York Islanders",
                "amount": 4137.0
            }
        ],
        "expected_reward_tokens": 9556.47,
        "profit_sb": 556.47,
        "profit_sb_percentage": 6.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "46b77880-ca65-4e5b-990e-9e05230bef82",
            "gambit_id": "e36fdfaa-e317-431d-87ae-17f9b323227b",
            "last_updated": "2022-11-02T20:52:12.498365-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.63000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c14ccbdf-a3a8-4735-9faf-287a92ebe487/?format=api"
        },
        {
            "id": "88f32a6a-c93e-4e64-8014-01b88832ac52",
            "gambit_id": "7bfd215e-f533-4b78-9eae-765af2c85c39",
            "last_updated": "2022-11-02T20:52:12.499568-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Islanders",
            "reward": "2.31000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c14ccbdf-a3a8-4735-9faf-287a92ebe487/?format=api"
        }
    ]
}