GET /api/bet_types/ebf11e41-2a26-4f24-adb2-e4c945a84e84/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ebf11e41-2a26-4f24-adb2-e4c945a84e84",
    "match": "https://api-prod.gambitprofit.com/api/matches/df850e71-4a85-41b9-a9e9-a11ee1fc9680/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-20T09:16:48.171853-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": "Florida Panthers",
                "amount": 6104.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "5ab58a9b-4521-45ed-ae55-31f9130ce557",
            "gambit_id": "941d4a6d-ea20-4c05-b11d-b7343679fde3",
            "last_updated": "2023-02-21T09:31:47.932325-05:00",
            "created_at": "2023-02-20T09:16:48.173099-05:00",
            "name": "Florida Panthers",
            "reward": "1.57000",
            "odds": "1.58820",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebf11e41-2a26-4f24-adb2-e4c945a84e84/?format=api"
        },
        {
            "id": "c0b1bd6a-2824-468f-b7b9-5a338bd82c49",
            "gambit_id": "95d6a9cc-4473-41d2-a79f-21b24589f5d1",
            "last_updated": "2023-02-21T09:31:47.933496-05:00",
            "created_at": "2023-02-20T09:16:48.174349-05:00",
            "name": "Anaheim Ducks",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebf11e41-2a26-4f24-adb2-e4c945a84e84/?format=api"
        }
    ]
}